We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b4d7b commit d89c095Copy full SHA for d89c095
tsconfig.jest.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
- "module": "commonjs",
+ "module": "esnext",
5
"target": "esnext",
6
"isolatedModules": true,
7
"allowSyntheticDefaultImports": true
0 commit comments