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",