mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -05:00
everything moved to src
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"incremental": true,
|
||||
"baseUrl": ".",
|
||||
"plugins": [
|
||||
{
|
||||
"name": "next"
|
||||
@@ -21,25 +22,25 @@
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"@/components/*": [
|
||||
"./app/components/*"
|
||||
"/src/app/components/*"
|
||||
],
|
||||
"@/layouts/*": [
|
||||
"./app/components/layouts/*"
|
||||
"src/app/components/layouts/*"
|
||||
],
|
||||
"@/fragments/*": [
|
||||
"./app/Fragments/*"
|
||||
"src/app/Fragments/*"
|
||||
],
|
||||
"@/lib/*": [
|
||||
"./app/lib/*"
|
||||
"src/app/lib/*"
|
||||
],
|
||||
"@/scss/*": [
|
||||
"./scss/*"
|
||||
],
|
||||
"@/admin/*": [
|
||||
"./app/components/Admin/*"
|
||||
"src/app/components/Admin/*"
|
||||
],
|
||||
"@/products/*": [
|
||||
"./app/components/Products/*"
|
||||
"src/app/components/Products/*"
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user