We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc71dbb commit 40254e3Copy full SHA for 40254e3
.config/tsconfig.json
@@ -3,7 +3,7 @@
3
"exclude": ["../**/*.test.ts"],
4
"compilerOptions": {
5
"target": "es2021",
6
- "lib": ["dom", "es2021"],
+ "lib": ["dom", "es2019"],
7
"moduleResolution": "node",
8
"module": "es2015",
9
"removeComments": false,
0 commit comments