Skip to content

Commit

Permalink
fix(build): output cjs modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Nelson committed Nov 11, 2019
1 parent e1f1527 commit d0865dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"outDir": "./dist",
"strict": true,
"target": "esnext",
"moduleResolution": "node"
"moduleResolution": "node",
"module": "commonjs"
},
"include": [
"./src",
Expand Down

0 comments on commit d0865dc

Please sign in to comment.