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/*"] },