update ts target

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-24 17:39:53 +02:00
parent c00ed102e9
commit a9d1349c2d
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

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