From ab8300e0883e01be9b92a02bdc82bf5159e935fb Mon Sep 17 00:00:00 2001 From: Daniel Temme Date: Sat, 19 Aug 2017 16:27:39 +0200 Subject: [PATCH] might as well also add the change for issue #41 --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c90faec..81f893c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,9 @@ }, "jest": { "globals": { - "__TS_CONFIG__": "tsconfig.json" + "ts-jest": { + "tsConfigFile": "tsconfig.json" + } }, "moduleFileExtensions": [ "ts",