Skip to content

Commit

Permalink
fix(tsconfig): Set output target to es2017 to support Node v10+ (Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron S authored Mar 28, 2021
1 parent 4bf0b4d commit dd63205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"incremental": true,

"lib": [ "esnext", "dom" ],
"target": "ESNext",
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "node",

Expand Down

0 comments on commit dd63205

Please # to comment.