Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 64e13e8

Browse files
committed
might as well also add the change for issue #41
1 parent 7b1e617 commit 64e13e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
},
2727
"jest": {
2828
"globals": {
29-
"__TS_CONFIG__": "tsconfig.json"
29+
"ts-jest": {
30+
"tsConfigFile": "tsconfig.json"
31+
}
3032
},
3133
"moduleFileExtensions": [
3234
"ts",

0 commit comments

Comments
 (0)