diff --git a/dht-node/tsconfig.json b/dht-node/tsconfig.json index ff42c7a42..2c6104021 100644 --- a/dht-node/tsconfig.json +++ b/dht-node/tsconfig.json @@ -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/*"],