mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
9 lines
121 B
JSON
9 lines
121 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["./**/*"]
|
|
}
|