From 56c2388322088d96ca637070202cfbb5833e80bb Mon Sep 17 00:00:00 2001 From: Dan Bucholtz Date: Wed, 21 Sep 2016 17:10:30 -0500 Subject: [PATCH] chore(build): remove protractor typings remove protractor typings --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 64eae7b242..66f147f9b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "noImplicitAny": false, "removeComments": true, "target": "es5", - "types": ["jasmine", "protractor"] + "types": ["jasmine"] }, "include": [ "./src/**/*.ts",