clean tsconfig.js

This commit is contained in:
Ulf Gebhardt 2023-01-28 04:47:52 +01:00
parent 3dfedbd07f
commit d77fdac02e
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -48,10 +48,6 @@
"baseUrl": ".", /* Base directory to resolve non-absolute module names. */
"paths": { /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
"@/*": ["src/*"],
// "@arg/*": ["src/graphql/arg/*"],
// "@enum/*": ["src/graphql/enum/*"],
// "@model/*": ["src/graphql/model/*"],
"@repository/*": ["src/typeorm/repository/*"],
"@test/*": ["test/*"],
/* external */
"@typeorm/*": ["../backend/src/typeorm/*", "../../backend/src/typeorm/*"],