Skip to content

Commit

Permalink
fix: output commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucgagan committed Nov 12, 2023
1 parent c9bd9c5 commit e0fa770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowSyntheticDefaultImports": true,
"declaration": true,
"moduleResolution": "Node",
"module": "CommonJS",
"noEmit": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit e0fa770

Please sign in to comment.