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": {
|
||||
"strictNullChecks": true,
|
||||
"noEmit": true,
|
||||
"target": "es6"
|
||||
"target": "ES2020"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
}
|
||||
|
|
Reference in a new issue