Skip to content

Commit

Permalink
build!: change compile target to ES2015 (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jul 2, 2023
1 parent 10d40c6 commit 33c2ffd
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
@@ -1,7 +1,7 @@
{
"compileOnSave": true,
"compilerOptions": {
"target": "ES5",
"target": "ES2015",
"composite": true,
"module": "CommonJS",
"esModuleInterop": true,
Expand Down

0 comments on commit 33c2ffd

Please sign in to comment.