mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 03:30:10 +01:00
8 lines
121 B
JSON
8 lines
121 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["./**/*"]
|
|
}
|