mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
Fixes CI
This commit is contained in:
parent
27978a8064
commit
48e6f86eca
@ -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…
Reference in New Issue
Block a user