diff --git a/tsconfig.json b/tsconfig.json index 9cb9e71..9430639 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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/*"],