Skip to content

Commit

Permalink
🐛 fix bundle isn't transpiled to ES5
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorLuizC committed Aug 17, 2020
1 parent 1d0e2ff commit 2f4a94e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "./tsconfig.json",
"compilerOptions": {
// Build settings
"target": "ES5",
"module": "ES2020",
"newLine": "LF",
"charset": "utf-8",
"sourceMap": true,
Expand Down

0 comments on commit 2f4a94e

Please sign in to comment.