Skip to content

Commit 1cb9c9a

Browse files
Merge pull request #11 from WTW-IM/export-commonjs
Breaking: converting dist to commonjs
2 parents 79a0b0b + 168c317 commit 1cb9c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"forceConsistentCasingInFileNames": true,
99
"isolatedModules": true,
1010
"lib": ["dom", "dom.iterable", "esnext"],
11-
"module": "esnext",
11+
"module": "commonjs",
1212
"moduleResolution": "node",
1313
"outDir": "./dist",
1414
"resolveJsonModule": true,

0 commit comments

Comments
 (0)