1
Fork 0
This commit is contained in:
Korbs 2024-07-07 20:04:25 -04:00
parent 578683313d
commit 6558700cd1
7 changed files with 42 additions and 41 deletions

View file

@ -4,8 +4,9 @@
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@root/*": ["*"],
"@styles/*": ["src/styles/*"],
"@root/*": ["*"]
"@utils/*": ["src/utilities/*"]
}
}
}