From a4adcab054e6b9460ee8f779a4daac9b19868faa Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Wed, 11 Aug 2021 01:53:09 -0400 Subject: [PATCH] Update tsconfig --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 7e1f163c6..0f70b75b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,8 @@ "*" : ["typings/*"] } }, + "files": [ + "node_modules/typescript/lib/lib.es6.d.ts" + ], "exclude": ["node_modules", "typings"] }