diff --git a/tsconfig.json b/tsconfig.json index 33fe82d..e820043 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,10 +25,12 @@ "node_modules", "dist" ], - "types": ["jest"], "ts-node": { "transpileOnly": true, "files": true, "require": ["tsconfig-paths/register"] + }, + "tsc-alias": { + "resolveFullPaths": true, } }