monaco-editor/samples/browser-esm-vite-react/tsconfig.json
2021-11-16 22:01:11 +01:00

11 lines
205 B
JSON

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