Skip to content

Commit

Permalink
chore: Update tsc target to ES2020 to match Node.js support
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Apr 23, 2022
1 parent 133f45c commit 632c308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -7,7 +7,7 @@
"outDir": "dist",
"rootDir": "src",
"strict": true,
"target": "ES2017"
"target": "ES2020"
},
"include": ["src/**/*.ts"]
}

0 comments on commit 632c308

Please sign in to comment.