change base paths

This commit is contained in:
Janis
2023-07-24 01:13:36 +02:00
parent 9ba7e76236
commit 0613ea653c
9 changed files with 1653 additions and 20 deletions

View File

@@ -18,14 +18,6 @@
"jsx": "react",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@assets/*": ["src/assets/*"],
"@utils/*": ["src/utils/*"],
"@interfaces/*": ["src/interfaces/*"],
"@handlers/*": ["src/handlers/*"]
}
"forceConsistentCasingInFileNames": true
}
}