fix build error

Fixes build error when building the website
This commit is contained in:
chark1es 2024-01-24 01:41:09 -08:00
parent 3da38c3181
commit 892f0a1778

View file

@ -1,5 +1,7 @@
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"allowSyntheticDefaultImports": true
}
},
"exclude": ["node_modules", "**/node_modules/*", ".vscode", "dist"]
}