mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
clean tsconfig.js
This commit is contained in:
parent
3dfedbd07f
commit
d77fdac02e
@ -48,10 +48,6 @@
|
|||||||
"baseUrl": ".", /* Base directory to resolve non-absolute module names. */
|
"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'. */
|
"paths": { /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
|
||||||
"@/*": ["src/*"],
|
"@/*": ["src/*"],
|
||||||
// "@arg/*": ["src/graphql/arg/*"],
|
|
||||||
// "@enum/*": ["src/graphql/enum/*"],
|
|
||||||
// "@model/*": ["src/graphql/model/*"],
|
|
||||||
"@repository/*": ["src/typeorm/repository/*"],
|
|
||||||
"@test/*": ["test/*"],
|
"@test/*": ["test/*"],
|
||||||
/* external */
|
/* external */
|
||||||
"@typeorm/*": ["../backend/src/typeorm/*", "../../backend/src/typeorm/*"],
|
"@typeorm/*": ["../backend/src/typeorm/*", "../../backend/src/typeorm/*"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user