set target version of TS to ES2020
This commit is contained in:
parent
7cb686ce8e
commit
886a60c12a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"target": "es6"
|
"target": "ES2020"
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue