Skip to content

Commit

Permalink
build: remove es2020bigint and es2020promise
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Mar 31, 2021
1 parent a41af1c commit 51b3e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrationTests/ts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
"lib": ["es2019", "es2020.string"],
"strict": true,
"noEmit": true,
"types": []
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"exclude": ["integrationTests/ts/**/*"],
"compilerOptions": {
"module": "commonjs",
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
"lib": ["es2019", "es2020.string"],
"target": "es2019",
"noImplicitAny": true,
"noImplicitThis": true,
Expand Down

0 comments on commit 51b3e5f

Please sign in to comment.