Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-24 18:12:05 +02:00
parent 25738277ca
commit 5ca13be5cd
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
2 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@
"outDir": "./dist/", "outDir": "./dist/",
"noImplicitAny": true, "noImplicitAny": true,
"module": "esnext", "module": "esnext",
"target": "es6", "target": "es2016",
"allowJs": true, "allowJs": true,
"sourceMap": true, "sourceMap": true,
"moduleResolution": "node", "moduleResolution": "node",
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"lib": [ "lib": [
"esnext", "es2016",
"dom" "dom"
] ]
} }

View File

@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES6", "target": "ES2016",
"module": "commonjs", "module": "commonjs",
"declaration": true, "declaration": true,
"strict": true, "strict": true,