build: emit ES2018 (Node 10) JS from tsc
This commit is contained in:
Родитель
6ec64c0ecc
Коммит
fda43db426
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче