Skip to content

Commit f8b9364

Browse files
authored
fix: set module to CommonJS for ts projects (#176)
1 parent c37100c commit f8b9364

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
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"moduleResolution": "node",
44
"target": "es5",
5-
"module": "es2015",
5+
"module": "CommonJS",
66
"lib": [
77
"es2015",
88
"es2016",

0 commit comments

Comments
 (0)