chore(build): remove protractor typings

remove protractor typings
This commit is contained in:
Dan Bucholtz
2016-09-21 17:10:30 -05:00
parent 474a7b451e
commit 56c2388322

View File

@ -10,7 +10,7 @@
"noImplicitAny": false, "noImplicitAny": false,
"removeComments": true, "removeComments": true,
"target": "es5", "target": "es5",
"types": ["jasmine", "protractor"] "types": ["jasmine"]
}, },
"include": [ "include": [
"./src/**/*.ts", "./src/**/*.ts",