mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
7 lines
95 B
JSON
7 lines
95 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"files": ["./**/*"]
|
|
}
|