Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-24 18:00:30 +02:00
parent e9386b7fa2
commit 25738277ca
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -3,7 +3,7 @@
"outDir": "./dist/", "outDir": "./dist/",
"noImplicitAny": true, "noImplicitAny": true,
"module": "esnext", "module": "esnext",
"target": "esnext", "target": "es6",
"allowJs": true, "allowJs": true,
"sourceMap": true, "sourceMap": true,
"moduleResolution": "node", "moduleResolution": "node",