set target version of TS to ES2020

This commit is contained in:
Bruno Windels 2021-08-18 18:22:08 +02:00
parent 7cb686ce8e
commit 886a60c12a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"strictNullChecks": true,
"noEmit": true,
"target": "es6"
"target": "ES2020"
},
"include": ["src/**/*"],
}