Add import pahts

This commit is contained in:
Aron Malcher 2023-11-09 13:51:48 +01:00
parent cf29f2588e
commit 7f03a846d7
Signed by: aronmal
GPG key ID: 816B7707426FC612

View file

@ -1,3 +1,10 @@
{
"extends": "astro/tsconfigs/strict"
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"]
}
}
}