mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
* feat: migrate e2e tests to Playwright * fix: OS dependency * fix: race condition * fix: increased launch timeout
18 lines
No EOL
378 B
JSON
18 lines
No EOL
378 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"dom",
|
|
"es6",
|
|
],
|
|
"rootDir": ".",
|
|
"outDir": "../out-ci/",
|
|
"types": [
|
|
"../node_modules/@types/mocha",
|
|
"../node_modules/@types/node"
|
|
],
|
|
"sourceMap": true,
|
|
"removeComments": true,
|
|
"pretty": true,
|
|
"strict": true
|
|
}
|
|
} |