Skip to content

Commit

Permalink
fix(build): do not emit UMD modules (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdiaz5513 authored Nov 24, 2017
1 parent 7cd7193 commit 157d1d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/tsconfig-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"lib": ["es2015"],
"module": "umd",
"moduleResolution": "node",
"newLine": "LF",
"noEmitOnError": true,
Expand Down

0 comments on commit 157d1d9

Please sign in to comment.