From 047ff66ee1343e20373a75fc96c928851c326cca Mon Sep 17 00:00:00 2001 From: Jerry Kurian Date: Fri, 16 Aug 2019 09:04:59 -0400 Subject: [PATCH] Remove unused lib --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 56ed6a8..b0b6347 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,8 +17,7 @@ }, "target": "es5", "lib": [ - "es2016", - "es2019" + "es2016" ], "sourceMap": true, "declaration": true