Skip to content

Commit fff5f7a

Browse files
authored
build: use node12 tsconfig (#2954)
1 parent 50b6d97 commit fff5f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"exclude": ["integrationTests/ts/**/*"],
33
"compilerOptions": {
44
"module": "commonjs",
5-
"lib": ["es2018"],
6-
"target": "es2018",
5+
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
6+
"target": "es2019",
77
"noImplicitAny": true,
88
"noImplicitThis": true,
99
"strictNullChecks": true,

0 commit comments

Comments
 (0)