Skip to content

Commit

Permalink
fix: generate es2015 output (vega#7595)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored and BradyJ27 committed Oct 19, 2023
1 parent d3aca46 commit 72dfc60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"target": "es2015",
"module": "es2015",
"moduleResolution": "Node",

"esModuleInterop": true,
Expand Down

0 comments on commit 72dfc60

Please sign in to comment.