Skip to content

Commit

Permalink
don't assume es2019 polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Jan 29, 2023
1 parent b679e87 commit e31ece2
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 @@ -10,7 +10,7 @@
"declarationDir": "",
"sourceMap": true,
"outDir": "",
"target": "ES2018",
"target": "ES2019",
"module": "esnext",
"lib": ["DOM", "ES2019"]
},
Expand Down

0 comments on commit e31ece2

Please sign in to comment.