diff --git a/types/restify/v4/tsconfig.json b/types/restify/v4/tsconfig.json index c0de0b8fd9..1288a1617c 100644 --- a/types/restify/v4/tsconfig.json +++ b/types/restify/v4/tsconfig.json @@ -11,6 +11,9 @@ "typeRoots": [ "../../" ], + "paths": { + "restify": [ "restify/v2" ] + }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true