mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Fixes CI
This commit is contained in:
parent
27978a8064
commit
48e6f86eca
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"strict": true,
|
||||
"outDir": "dist",
|
||||
"skipLibCheck": true,
|
||||
"rootDir": "./src",
|
||||
"rootDir": ".",
|
||||
"resolveJsonModule": true,
|
||||
"newLine": "LF",
|
||||
"sourceMap": true,
|
||||
|
|
@ -15,5 +15,5 @@
|
|||
"useDefineForClassFields": false,
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["src/**/*", "./node_modules/monaco-editor/monaco.d.ts"]
|
||||
"include": ["**/*", "../node_modules/monaco-editor/monaco.d.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue