diff --git a/tsconfig.json b/tsconfig.json index bb1cc9a..2ff35a7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,12 +3,11 @@ "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"], "compilerOptions": { - "baseUrl": ".", "paths": { - "@layouts/*": ["src/layouts/*"], - "@components/*": ["src/components/*"], - "@assets/*": ["src/assets/*"], - "@data/*": ["src/data/*"] + "@layouts/*": ["./src/layouts/*"], + "@components/*": ["./src/components/*"], + "@assets/*": ["./src/assets/*"], + "@data/*": ["./src/data/*"] } } }