build: emit ES2018 (Node 10) JS from tsc

This commit is contained in:
Mark Lee 2020-09-06 20:33:39 -07:00 коммит произвёл Mark Lee
Родитель 6ec64c0ecc
Коммит fda43db426
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -75,7 +75,7 @@
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 8,
"ecmaVersion": "2018",
"sourceType": "module"
},
"plugins": [

Просмотреть файл

@ -14,7 +14,7 @@
"module": "commonjs",
"moduleResolution": "node",
"pretty": true,
"target": "ES2016",
"target": "ES2018",
"outDir": "lib"
},
"formatCodeOptions": {
@ -25,4 +25,4 @@
"node_modules",
"lib"
]
}
}