From e4ef1a7c9f6c99043e3875b037d8580c8cc8e839 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 23 Aug 2021 11:44:21 +0300 Subject: [PATCH] chore: use es2017 lib --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 34e85f7..2c96e48 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "allowJs": false, - "lib": ["es7"], + "lib": ["es2017"], "declaration": true, "module": "commonjs", "moduleResolution": "node",