From dbaad19d0bf85db83ee221b5cd5e2245b31b5ef6 Mon Sep 17 00:00:00 2001 From: TerryM Date: Tue, 12 May 2026 18:46:00 +0800 Subject: [PATCH] fix: resolve tsconfig extends path for Vite/esbuild compatibility Co-Authored-By: Claude Sonnet 4.6 --- tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index de632fe..0cf5530 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,3 @@ { - "extends": "astro/tsconfigs/strict", - "compilerOptions": { - "baseUrl": ".", - "paths": {} - } + "extends": "./node_modules/astro/tsconfigs/strict.json" }