Skip to content

Commit

Permalink
chore: use es2015 target instead of 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
gcusnieux committed Jan 10, 2022
1 parent d5febdb commit 5b66ef2
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 @@ -11,7 +11,7 @@
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */

/* Language and Environment */
"target": "ES2020" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"target": "ES2015" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"lib": [
"ESNext",
"DOM",
Expand Down

0 comments on commit 5b66ef2

Please sign in to comment.