Skip to content

Commit

Permalink
Drop support for TS 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 20, 2021
1 parent 9a4a228 commit e591d0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion integrationTests/ts/package.json
Expand Up @@ -5,7 +5,6 @@
},
"dependencies": {
"graphql": "file:../graphql.tgz",
"typescript-3.7": "npm:typescript@3.7.x",
"typescript-3.8": "npm:typescript@3.8.x",
"typescript-3.9": "npm:typescript@3.9.x",
"typescript-4.0": "npm:typescript@4.0.x",
Expand Down
2 changes: 1 addition & 1 deletion integrationTests/ts/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es2019", "es2020.string"],
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
"strict": true,
"noEmit": true,
"types": []
Expand Down

0 comments on commit e591d0a

Please sign in to comment.