mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"lib": ["dom", "es5", "es2015.collection", "es2015.promise", "es2015.iterable"],
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"outDir": "../out/languages/tsc",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"emitDeclarationOnly": true,
|
|
"strict": true,
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"checkJs": false
|
|
}
|
|
}
|