update
This commit is contained in:
parent
6f3a08867f
commit
36d554c16b
30 changed files with 5790 additions and 650 deletions
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/base",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"paths": {
|
||||
"@components/*": ["src/components/*"],
|
||||
"@layouts/*": ["src/layouts/*"],
|
||||
"@library/*": ["src/library/*"],
|
||||
"@root/*": ["*"],
|
||||
"@styles/*": ["src/styles/*"],
|
||||
"@utils/*": ["src/utilities/*"]
|
||||
|
|
Reference in a new issue