From 5c4a10acacb17d775e54f300eb280fb51e098bea Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 7 Apr 2026 18:54:50 -0500 Subject: [PATCH] feat: update tsconfig for v8 --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index bb525f2..b58c601 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,14 +14,13 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, - "baseUrl": ".", "plugins": [ { "name": "next" } ], "paths": { - "@/*": ["src/*"] + "@/*": ["./src/*"] } }, "include": [".astro/types.d.ts", "**/*"],