Skip to content

Commit

Permalink
fix(tsconfig): target ES2019 to transpile ?./??
Browse files Browse the repository at this point in the history
Fixes #88
  • Loading branch information
felixfbecker committed Jul 3, 2021
1 parent 87f8e95 commit 67053ec
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
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2019",
"module": "ES2020",
"moduleResolution": "node",
"outDir": "lib",
Expand Down

0 comments on commit 67053ec

Please sign in to comment.