mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
12 lines
182 B
JSON
12 lines
182 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "out",
|
|
"target": "es6",
|
|
"declaration": true,
|
|
"strict": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|