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 e6c1d56 commit fea8517Copy full SHA for fea8517
tsconfig.json
@@ -1,13 +1,13 @@
1
{
2
"compilerOptions": {
3
- "target": "es2017",
+ "target": "es2020",
4
"module": "esnext",
5
"moduleResolution": "node",
6
"removeComments": false,
7
"noLib": false,
8
"emitDecoratorMetadata": false,
9
"experimentalDecorators": true,
10
- "lib": ["es6", "dom"],
+ "lib": ["esnext", "dom"],
11
"sourceMap": true,
12
"pretty": true,
13
"allowUnreachableCode": false,
0 commit comments