diff --git a/tsconfig.json b/tsconfig.json index 1e72ac4..19e893c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,11 @@ { "extends": "astro/tsconfigs/strict", "include": [".astro/types.d.ts", "**/*"], + "compilerOptions": { + "paths": { + "@assets/*": ["./src/assets/*"], + "@components/*": ["./src/components/*"] + } + }, "exclude": ["dist"] }