You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/src/tsconfig.json

15 lines
320 B
JSON

{
"compilerOptions": {
"declaration": true,
"lib": ["dom", "es5", "es2015.collection", "es2015.promise", "es2015.iterable"],
"module": "amd",
"moduleResolution": "node",
"outDir": "../out/languages/amd-tsc",
"strict": true,
"target": "es5",
"sourceMap": true,
"allowJs": true,
"checkJs": false
}
}