monaco-editor/samples/browser-esm-vite-react/tsconfig.json

12 lines
205 B
JSON
Raw Normal View History

2021-11-15 02:56:17 +08:00
{
2021-11-15 16:37:13 +08:00
"compilerOptions": {
"target": "ESNext",
"strict": true,
"module": "ESNext",
"jsx": "react-jsx",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"include": ["./src"]
2021-11-15 02:56:17 +08:00
}