Revert "Merge pull request 'Refact/cleanup' (#3) from refact/cleanup into master"
Deploy Aegis Portal / build-and-deploy (push) Successful in 15s

This reverts commit 679e73f3af, reversing
changes made to 438d739b1a.
This commit is contained in:
LathanDevers
2026-08-03 13:06:38 +02:00
parent 679e73f3af
commit fcf34328ee
84 changed files with 5186 additions and 5336 deletions
-17
View File
@@ -8,23 +8,6 @@
"allowArbitraryExtensions": true,
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"],
"@components/*": ["./src/components/*"],
"@ui/*": ["./src/components/ui/*"],
"@common/*": ["./src/components/common/*"],
"@pages/*": ["./src/pages/*"],
"@hooks/*": ["./src/hooks/*"],
"@layouts/*": ["./src/layouts/*"],
"@features/*": ["./src/features/*"],
"@services/*": ["./src/services/*"],
"@utils/*": ["./src/utils/*"],
"@assets/*": ["./src/assets/*"],
"@types/*": ["./src/types/*"],
"@widgets/*": ["./src/components/widgets/*"],
"@styles/*": ["./src/styles/*"],
},
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,