Skip to content

Commit 51b3e5f

Browse files
committed
build: remove es2020bigint and es2020promise
1 parent a41af1c commit 51b3e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationTests/ts/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
4+
"lib": ["es2019", "es2020.string"],
55
"strict": true,
66
"noEmit": true,
77
"types": []

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"exclude": ["integrationTests/ts/**/*"],
33
"compilerOptions": {
44
"module": "commonjs",
5-
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
5+
"lib": ["es2019", "es2020.string"],
66
"target": "es2019",
77
"noImplicitAny": true,
88
"noImplicitThis": true,

0 commit comments

Comments
 (0)