Files
solidjs-templates/ts-bootstrap/tsconfig.json
T
2021-04-04 13:51:53 +02:00

13 lines
269 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"]
}
}