Skip to content

Commit

Permalink
chore(build): remove protractor typings
Browse files Browse the repository at this point in the history
remove protractor typings
  • Loading branch information
danbucholtz committed Sep 21, 2016
1 parent 474a7b4 commit 56c2388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"noImplicitAny": false,
"removeComments": true,
"target": "es5",
"types": ["jasmine", "protractor"]
"types": ["jasmine"]
},
"include": [
"./src/**/*.ts",
Expand Down

0 comments on commit 56c2388

Please sign in to comment.