From 00ca734eb2fbadd9ac26e34e4465f21727c67226 Mon Sep 17 00:00:00 2001 From: Rmadrigalj <214405091+TeamInfinixdevcom@users.noreply.github.com> Date: Sat, 25 Apr 2026 17:57:35 -0600 Subject: [PATCH] fix: resolve Astro tsconfig extends path --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 69c1600..905328d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "astro/tsconfigs/strict", + "extends": "./node_modules/astro/tsconfigs/strict.json", "include": [ ".astro/types.d.ts", "**/*"