Skip to content

Commit 8a0206e

Browse files
author
liuyi
committed
fix: ts-jest requires listing custom typing files
1 parent bed9dd3 commit 8a0206e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"extends": "../tsconfig.json",
33
"include": [
44
"."
5+
],
6+
"files": [
7+
"jest.d.ts"
58
]
69
}

0 commit comments

Comments
 (0)