diff --git a/tsconfig.json b/tsconfig.json index b1dfefdf..d9b2ec66 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "resolveJsonModule": true, "jsx": "preserve", "jsxImportSource": "astro", - "baseUrl": ".", "paths": { "@components/*": ["./src/components/*"], "@layouts/*": ["./src/layouts/*"]