Files
solidjs-templates/ts/tsconfig.json
T
2020-07-12 15:25:25 +02:00

12 lines
227 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"types": ["vite"]
}
}