diff --git a/demos/tsconfig.json b/demos/tsconfig.json index ab60e73f6e..d4d4333dd2 100644 --- a/demos/tsconfig.json +++ b/demos/tsconfig.json @@ -10,7 +10,7 @@ "noImplicitAny": false, "removeComments": true, "target": "es5", - "types": ["jasmine", "protractor"] + "types": ["jasmine"] }, "include": [ "./src/**/app.module.ts",