Skip to content

Commit d89c095

Browse files
committed
update module to match tsconfig
1 parent 66b4d7b commit d89c095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.jest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"module": "commonjs",
4+
"module": "esnext",
55
"target": "esnext",
66
"isolatedModules": true,
77
"allowSyntheticDefaultImports": true

0 commit comments

Comments
 (0)