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 +}