mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Fix tsconfig.json
This commit is contained in:
parent
d96d3b863b
commit
4f8cfd44b3
1 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,9 @@
|
||||||
"include": [
|
"include": [
|
||||||
"src/*.ts",
|
"src/*.ts",
|
||||||
"test/*.ts",
|
"test/*.ts",
|
||||||
"lib/*.d.ts",
|
"lib/*.d.ts"
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
"node_modules/monaco-editor-core/monaco.d.ts"
|
"node_modules/monaco-editor-core/monaco.d.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue