From b79a75833592d9bebc1505dde81a075cda9bcb42 Mon Sep 17 00:00:00 2001 From: Kristian Takvam Date: Mon, 6 Oct 2025 15:12:39 +0200 Subject: [PATCH] Fix config file --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/*"],