Fix config file

This commit is contained in:
Kristian Takvam 2025-10-06 15:12:39 +02:00
parent f5a690ee89
commit b79a758335
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"target": "es2022",
"target": "es2022",
"allowJs": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
@ -11,7 +11,7 @@
"isolatedModules": true,
"incremental": true,
"allowSyntheticDefaultImports": true,
"types": ["@astrojs/client"],
"types": [/*"@astrojs/client"*/],
"paths": {
"@assets/*": ["./src/assets/*"],
"@components/*": ["./src/components/*"],