Skip to content

Commit

Permalink
Merge pull request #186 from Seneca-CDOT/perf/esnext
Browse files Browse the repository at this point in the history
perf: change build target to ESNext
  • Loading branch information
poftadeh authored Apr 29, 2020
2 parents 7f70374 + 72f47a2 commit 77742ac
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 @@ -7,7 +7,7 @@
"resolveJsonModule": true,
"rootDir": "./src",
"sourceMap": true,
"target": "es2018",
"target": "ESNext",
"watch": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 77742ac

Please sign in to comment.