restructuring folders

This commit is contained in:
2024-11-15 15:58:34 -05:00
parent cca47965a6
commit 53d4e1211d
72 changed files with 1661 additions and 31 deletions

View File

@@ -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"]