refactor: update import paths for better readability
This commit is contained in:
parent
f1c70f5f2c
commit
843a9dabde
8 changed files with 18 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue