Files
solidjs-templates/ts-windicss/tsconfig.json
T
Daniel Rodríguez Rivero 658e9655d4 Update tsconfig.json
2022-02-10 10:12:11 +01:00

14 lines
289 B
JSON

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