Changed ES target

pull/73/head
MillenniumEarl 2021-02-13 15:17:04 +01:00
parent 3a69119c73
commit 6c4787ae0f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"target": "es5"
"target": "es6"
},
"include": [
"./src/**/*"