mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
committing wiht errors wbut better than before, moved some stuff more moving coming,
This commit is contained in:
@@ -20,21 +20,29 @@
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"],
|
||||
"@src/*": [
|
||||
"/src/*"],
|
||||
"@/db/*": [
|
||||
"./src/db/*"],
|
||||
"components/*": [
|
||||
"/src/app/components/*"
|
||||
"@db/*": [
|
||||
"./src/db/*"],
|
||||
"@types/*": [
|
||||
"/src/types/*"],
|
||||
"@components/*": [
|
||||
"/src/components/*",
|
||||
"/src/components/Brands/*"
|
||||
],
|
||||
"layouts/*": [
|
||||
"/src/app/components/layouts/*"
|
||||
"@actions/*": [
|
||||
"/src/actions/*"
|
||||
],
|
||||
"fragments/*": [
|
||||
"@layouts/*": [
|
||||
"/src/components/layouts/*"
|
||||
],
|
||||
"@fragments/*": [
|
||||
"/src/app/Fragments/*"
|
||||
],
|
||||
"lib/*": [
|
||||
"/src/app/lib/*"
|
||||
"@lib/*": [
|
||||
"/src/lib/*"
|
||||
],
|
||||
"scss/*": [
|
||||
"./src/scss/*"
|
||||
|
||||
Reference in New Issue
Block a user