From b958299670bf6b764f92dccd90de7ac8bba2b8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20=C5=81aziuk?= Date: Tue, 7 Feb 2017 16:39:44 +0100 Subject: [PATCH] fix files --- body-parser/tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/body-parser/tsconfig.json b/body-parser/tsconfig.json index 27e01ecd7b..800ea22e81 100644 --- a/body-parser/tsconfig.json +++ b/body-parser/tsconfig.json @@ -16,6 +16,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "index.d.ts" + "index.d.ts", + "body-parser-tests.ts" ] -} \ No newline at end of file +}