Skip to content

Commit 11e87c5

Browse files
authored
fix(jest-cjs): add allowJs for override-for-dev (#87)
1 parent 8fc1f70 commit 11e87c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

playgrounds/jest-cjs/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"moduleResolution": "Node10",
55
"target": "ES2022",
66
"noEmit": true,
7-
"strict": true
7+
"strict": true,
8+
"allowJs": true
89
},
910
"files": ["index.spec.ts"]
1011
}

0 commit comments

Comments
 (0)