mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -05:00
restructuring folders
This commit is contained in:
@@ -19,8 +19,30 @@
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
"@/*": ["./*"]
|
||||
}
|
||||
"@/*": ["./*"],
|
||||
"@/components/*": [
|
||||
"./app/components/*"
|
||||
],
|
||||
"@/layouts/*": [
|
||||
"./app/components/layouts/*"
|
||||
],
|
||||
"@/fragments/*": [
|
||||
"./app/Fragments/*"
|
||||
],
|
||||
"@/lib/*": [
|
||||
"./app/lib/*"
|
||||
],
|
||||
"@/scss/*": [
|
||||
"./scss/*"
|
||||
],
|
||||
"@/admin/*": [
|
||||
"./app/components/Admin/*"
|
||||
],
|
||||
"@/products/*": [
|
||||
"./app/components/Products/*"
|
||||
]
|
||||
},
|
||||
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
|
||||
Reference in New Issue
Block a user