mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
17 lines
359 B
JSON
17 lines
359 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"outDir": "dist",
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"newLine": "LF",
|
|
"sourceMap": true,
|
|
"useDefineForClassFields": false,
|
|
"noEmit": true
|
|
},
|
|
"exclude": ["src/**/*", "./node_modules/monaco-editor/monaco.d.ts"]
|
|
}
|