From cde29f0e172e627b818d3ded3b8b91dce303d90d Mon Sep 17 00:00:00 2001 From: Alexander James Phillips Date: Mon, 8 May 2017 00:46:34 +0100 Subject: [PATCH] Fix hapi-auth-basic tsconfig --- types/hapi-auth-basic/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/hapi-auth-basic/tsconfig.json b/types/hapi-auth-basic/tsconfig.json index de57117fd5..9e26f11c47 100644 --- a/types/hapi-auth-basic/tsconfig.json +++ b/types/hapi-auth-basic/tsconfig.json @@ -17,6 +17,6 @@ }, "files": [ "index.d.ts", - "hapi-auth-basic-tests" + "hapi-auth-basic-tests.ts" ] }