We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc1f70 commit 11e87c5Copy full SHA for 11e87c5
1 file changed
playgrounds/jest-cjs/tsconfig.json
@@ -4,7 +4,8 @@
4
"moduleResolution": "Node10",
5
"target": "ES2022",
6
"noEmit": true,
7
- "strict": true
+ "strict": true,
8
+ "allowJs": true
9
},
10
"files": ["index.spec.ts"]
11
}
0 commit comments