ansnid-anse/tsconfig.json
2023-06-04 15:55:58 +08:00

13 lines
233 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite-plugin-pwa/info"],
"paths": {
"@/*": ["src/*"],
},
}
}