Files
solidjs-templates/ts-unocss/tsconfig.json
T
2022-02-01 02:22:34 +01: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"]
}
}