Skip to content

Commit

Permalink
fix: umd build
Browse files Browse the repository at this point in the history
  • Loading branch information
spalt08 committed Dec 4, 2019
1 parent a425be0 commit 54ce854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"target": "es5",
"lib": ["es5", "es6", "es7", "es2017", "dom"],
"baseUrl": "./src",
"module": "commonjs",
"module": "umd",
"outDir": "./dist",
"declaration": true,
"moduleResolution": "node",
Expand Down

0 comments on commit 54ce854

Please # to comment.