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