Files
solidjs-templates/ts/tsconfig.json
T

12 lines
255 B
JSON

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