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

12 lines
205 B
JSON

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