monaco-editor/build/tsconfig.json

9 lines
121 B
JSON
Raw Permalink Normal View History

2022-02-03 21:56:52 +08:00
{
"compilerOptions": {
"noEmit": true,
"module": "CommonJS",
2022-02-03 21:56:52 +08:00
"esModuleInterop": true
},
"include": ["./**/*"]
2022-02-03 21:56:52 +08:00
}