Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Add es2018.promises tsconfig lib target.
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Feb 8, 2020
1 parent 51fe279 commit 5aa0202
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 @@ -2,7 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"lib": ["es2017", "dom", "esnext.asynciterable"],
"lib": ["es2017", "dom", "esnext.asynciterable", "es2018.promise"],
"experimentalDecorators": true,
"downlevelIteration": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit 5aa0202

Please sign in to comment.