diff --git a/tsconfig.json b/tsconfig.json index d78f81e..6c1b602 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,12 @@ { - "extends": "astro/tsconfigs/base" -} + "compilerOptions": { + "baseUrl": ".", + "paths": { + // https://docs.astro.build/en/guides/aliases/ + "@assets/*": ["src/assets/*"], + "@components/*": ["src/components/*"], + "@layouts/*": ["src/layouts/*"], + "@styles/*": ["src/styles/*"], + } + } +} \ No newline at end of file