Teardown astrojs base, use tailwindcss, preact, sitemap

This commit is contained in:
2024-12-22 02:22:24 -06:00
parent 96a22b7ec0
commit 2eb8f2ee30
10 changed files with 1137 additions and 232 deletions

View File

@@ -1,5 +1,13 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
"exclude": ["dist"],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}