refactor: update import paths for better readability
Some checks failed
CI / Get Changed Files (pull_request) Successful in 26s
CI / Checkstyle Main (pull_request) Has been skipped
CI / eslint (pull_request) Failing after 40s
CI / test-build (pull_request) Failing after 39s
CI / prettier (pull_request) Failing after 44s

This commit is contained in:
Jan K9f 2025-04-02 08:57:00 +02:00
parent 05322e3d83
commit c0b4d1c46e
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,