Skip to content

Commit 8197721

Browse files
committed
Update the tsconfig to correct es version
1 parent a74f912 commit 8197721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"checkJs": true,
77
"target": "ES2020",
88
"module": "ES2022",
9-
"lib": ["ES2021", "ES2021.Promise", "ES2021.String", "ES2020.BigInt", "DOM", "DOM.Iterable"],
9+
"lib": ["ES2021", "ES2021.Promise", "ES2022.String", "ES2020.BigInt", "DOM", "DOM.Iterable"],
1010
"noEmit": false,
1111
"noEmitOnError": true,
1212
"emitDeclarationOnly": true,

0 commit comments

Comments
 (0)