From abc296cdcc73d0e039286a9107ea8b36f02ceae3 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sat, 23 May 2020 23:21:09 +0900 Subject: refactor: use Object.fromEntries() instead of in-house implementation (#6401) * refactor: use Object.fromEntries() instead of in-house implementation * Remove extra type assertions --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index b285259bce..260968c249 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,6 +24,9 @@ "typeRoots": [ "node_modules/@types", "src/@types" + ], + "lib": [ + "esnext" ] }, "compileOnSave": false, -- cgit v1.2.3-freya