monaco-editor/build/tsconfig.json

8 lines
95 B
JSON
Raw Normal View History

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