From 7503dd0bd304052e5ea0d0e96ea0d06ccba3633f Mon Sep 17 00:00:00 2001 From: Alexander James Phillips Date: Sun, 7 May 2017 18:40:20 +0100 Subject: [PATCH] Add paths to v16.0 tsconfig to fix tests --- types/hapi/v16.0/tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/types/hapi/v16.0/tsconfig.json b/types/hapi/v16.0/tsconfig.json index b6bca23ab6..47cd935a2b 100644 --- a/types/hapi/v16.0/tsconfig.json +++ b/types/hapi/v16.0/tsconfig.json @@ -12,6 +12,11 @@ "../../" ], "types": [], + "paths": { + "hapi": [ + "hapi/v16.0" + ] + }, "noEmit": true, "forceConsistentCasingInFileNames": true },