monaco-editor/build/tsconfig.json

8 lines
95 B
JSON

{
"compilerOptions": {
"noEmit": true,
"esModuleInterop": true
},
"files": ["./**/*"]
}