From 2fde3abd6c21f1f75d3cfc73a4cd4b7161c82d9a Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Fri, 7 Jul 2017 09:58:52 +0100 Subject: [PATCH] Updated resitfy v4 type roots --- types/restify/v4/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) 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