Skip to content

Commit

Permalink
build: use node12 tsconfig (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Mar 11, 2021
1 parent 50b6d97 commit fff5f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Expand Up @@ -2,8 +2,8 @@
"exclude": ["integrationTests/ts/**/*"],
"compilerOptions": {
"module": "commonjs",
"lib": ["es2018"],
"target": "es2018",
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
"target": "es2019",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
Expand Down

0 comments on commit fff5f7a

Please sign in to comment.