feat: add tsconfig.json

master
Katja Lutz 2 years ago
parent b713164b3b
commit ef004b7aac

@ -0,0 +1,17 @@
{
"compilerOptions": {
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"jsxImportSource": "solid-js",
"jsx": "preserve",
"types": ["vite/client", "unplugin-icons/types/solid"],
"baseUrl": "./",
"paths": {
"~/*": ["./src/*"]
}
}
}
Loading…
Cancel
Save