We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d8430 commit e2ce337Copy full SHA for e2ce337
tsconfig.json
@@ -2,7 +2,7 @@
2
"extends": "./node_modules/gts/tsconfig-google.json",
3
"compilerOptions": {
4
"target": "es2020",
5
- "lib": ["ES2015", "ES2016", "DOM"],
+ "lib": ["ES2015", "ES2016", "ES2021", "DOM"],
6
"jsx": "react-jsx",
7
"moduleResolution": "node",
8
"module": "ESNext",
0 commit comments