monaco-editor/ci/tsconfig.json
Max Schmitt 1dd0635db4
feat: fix and migrate smoke tests to Playwright (#1961)
* feat: migrate e2e tests to Playwright

* fix: OS dependency

* fix: race condition

* fix: increased launch timeout
2020-05-11 09:21:24 -07:00

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
}
}