monaco-editor/build/tsconfig.json
2022-02-03 15:25:24 +01:00

7 lines
95 B
JSON

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