Skip to content

Commit

Permalink
chore: Typescript target ES2017
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Typescript target was changed to support ES2017 to avoid the usage of generator functions for async-await.
  • Loading branch information
simon-scherzinger committed Sep 6, 2022
1 parent de6f363 commit 0e15e5d
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,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"target": "ES2017",
"sourceMap": true,
"declaration": true,
"outDir": "lib",
Expand Down

0 comments on commit 0e15e5d

Please sign in to comment.