Skip to content

Commit 9a29289

Browse files
committed
fix: switch TypeScript compiler output back to CommonJS
1 parent 4329ce4 commit 9a29289

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
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "./dist",
55
"target": "es2015",
6-
"module": "esnext",
6+
"module": "CommonJS",
77
"moduleResolution": "node",
88
"sourceMap": true,
99
"declaration": true,

0 commit comments

Comments
 (0)