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

View file

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