refactor: update import paths for better readability

This commit is contained in:
Jan K9f 2025-04-02 08:57:00 +02:00
parent f1c70f5f2c
commit 843a9dabde
Signed by: jank
GPG key ID: 22BEAC760B3333D6
8 changed files with 18 additions and 11 deletions

View file

@ -3,6 +3,13 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@service/*": ["app/service/*"]
"@environments/*": ["environments/*"]
"@shared/*": ["app/shared/*"]
"@blackjack/*": ["app/feature/game/blackjack/*"]
},
"outDir": "./dist/out-tsc",
"strict": true,
"noImplicitOverride": true,