mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
15 lines
No EOL
230 B
JSON
15 lines
No EOL
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"outDir": "out",
|
|
"target": "es5"
|
|
},
|
|
"include": [
|
|
"src/*.ts",
|
|
"test/*.ts",
|
|
"lib/*.d.ts"
|
|
],
|
|
"files": [
|
|
"node_modules/monaco-editor-core/monaco.d.ts"
|
|
]
|
|
} |