From 51edf5f297bdbc6b492643c9fd711697072b6863 Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 2 Aug 2026 21:00:56 -0400 Subject: [PATCH] chore: remove deprecated baseUrl from tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0cf0562..55fef6f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "extends": "astro/tsconfigs/strict", "compilerOptions": { "strictNullChecks": true, - "baseUrl": ".", "paths": { "@/*": ["./src/*"] },