Add import pahts
This commit is contained in:
parent
cf29f2588e
commit
7f03a846d7
1 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/strict"
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@components/*": ["src/components/*"],
|
||||
"@layouts/*": ["src/layouts/*"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue