Skip to content

Commit e2ce337

Browse files
author
Kubit
committed
Update tsconfig lib prop
1 parent 73d8430 commit e2ce337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "./node_modules/gts/tsconfig-google.json",
33
"compilerOptions": {
44
"target": "es2020",
5-
"lib": ["ES2015", "ES2016", "DOM"],
5+
"lib": ["ES2015", "ES2016", "ES2021", "DOM"],
66
"jsx": "react-jsx",
77
"moduleResolution": "node",
88
"module": "ESNext",

0 commit comments

Comments
 (0)