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.
2 parents e636e4f + d74e192 commit 2623c0bCopy full SHA for 2623c0b
tsconfig.json
@@ -6,7 +6,7 @@
6
"declarationMap": true,
7
"inlineSourceMap": true,
8
"inlineSources": true,
9
- "lib": ["dom", "es2019"],
+ "lib": ["dom", "es2020"],
10
"module": "commonjs",
11
"noFallthroughCasesInSwitch": true,
12
"noImplicitThis": true,
@@ -16,7 +16,7 @@
16
"strictFunctionTypes": true,
17
"strictNullChecks": true,
18
"strictPropertyInitialization": true,
19
- "target": "es2019",
+ "target": "es2020",
20
"typeRoots": ["./node_modules/@types", "./types"]
21
},
22
"exclude": ["node_modules"]
0 commit comments