Skip to content

Commit ec525a1

Browse files
committed
chore: fix ts error on jest
1 parent bcb9e76 commit ec525a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"sourceMap": true,
99
"declaration": true,
1010
"types": ["jest"],
11-
"target": "ES2017"
11+
"target": "ES2017",
12+
"moduleResolution": "node"
1213
},
1314
"exclude": [
1415
"node_modules",

0 commit comments

Comments
 (0)