monaco-editor/monaco-editor-samples/browser-esm-vite-react/tsconfig.json
2021-11-15 03:56:17 +09:00

11 lines
220 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"strict": true,
"module": "ESNext",
"jsx": "react-jsx",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"include": ["./src"]
}