Change target to es2018

This commit is contained in:
Anton Vakhrushev 2020-04-02 22:36:36 +03:00
parent 4b1e7cb676
commit 16bdbac1c0

View File

@ -1,9 +1,8 @@
{
"compilerOptions": {
"outDir": "./dist",
"lib": ["es6", "dom"],
"allowJs": true,
"target": "es5",
"target": "ES2018",
"module": "commonjs",
"strictNullChecks": true,
"types": ["node", "url-parse", "jquery", "nanoid", "mocha", "chai"]