Skip to content

Commit 56c2388

Browse files
committed
chore(build): remove protractor typings
remove protractor typings
1 parent 474a7b4 commit 56c2388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"noImplicitAny": false,
1111
"removeComments": true,
1212
"target": "es5",
13-
"types": ["jasmine", "protractor"]
13+
"types": ["jasmine"]
1414
},
1515
"include": [
1616
"./src/**/*.ts",

0 commit comments

Comments
 (0)