monaco-editor/build/tsconfig.json
2022-10-10 21:51:43 -07:00

9 lines
121 B
JSON

{
"compilerOptions": {
"noEmit": true,
"module": "CommonJS",
"esModuleInterop": true
},
"include": ["./**/*"]
}