From 3d2a553994aa8c3234b2b7f389773d0d07c04eb2 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Tue, 6 Dec 2016 13:39:24 -0800 Subject: [PATCH] Add empty `types` list to tsconfig.json --- src/compiler/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler/tsconfig.json b/src/compiler/tsconfig.json index bd70a0afb10ed..cbbdbb04d50ae 100644 --- a/src/compiler/tsconfig.json +++ b/src/compiler/tsconfig.json @@ -11,7 +11,8 @@ "stripInternal": true, "target": "es5", "noUnusedLocals": true, - "noUnusedParameters": true + "noUnusedParameters": true, + "types": [ ] }, "files": [ "core.ts",