add config

This commit is contained in:
2022-03-25 13:47:16 +01:00
parent 479d5b77e6
commit 918d0efa1e
9 changed files with 624 additions and 388 deletions

View File

@ -10,7 +10,8 @@
"baseUrl": "./src/",
"paths": {
"@abc/*": ["abc/*"],
"@logger": ["framework/logger/logger"]
"@logger": ["framework/logger/logger"],
"@configuration": ["framework/configuration/configuration"]
}
},
"include": ["src/**/*.ts"],