mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 08:48:01 +00:00
es2016
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
25738277ca
commit
5ca13be5cd
@ -3,13 +3,13 @@
|
||||
"outDir": "./dist/",
|
||||
"noImplicitAny": true,
|
||||
"module": "esnext",
|
||||
"target": "es6",
|
||||
"target": "es2016",
|
||||
"allowJs": true,
|
||||
"sourceMap": true,
|
||||
"moduleResolution": "node",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"lib": [
|
||||
"esnext",
|
||||
"es2016",
|
||||
"dom"
|
||||
]
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"target": "ES2016",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"strict": true,
|
||||
|
Loading…
Reference in New Issue
Block a user