fix build error
Fixes build error when building the website
This commit is contained in:
parent
3da38c3181
commit
892f0a1778
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/base",
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "**/node_modules/*", ".vscode", "dist"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue