mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
14 lines
320 B
JSON
14 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
|
|
}
|
|
}
|