We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26eb7ce commit 1b0cecfCopy full SHA for 1b0cecf
e2e/e2e.d.ts
e2e/tsconfig.json
@@ -11,9 +11,9 @@
11
"outDir": "../dist/e2e/",
12
"rootDir": ".",
13
"sourceMap": true,
14
- "target": "es5"
15
- },
16
- "files": [
17
- "e2e.d.ts"
18
- ]
+ "target": "es5",
+ "typeRoots": [
+ "../node_modules/@types"
+ ]
+ }
19
}
package.json
@@ -49,8 +49,10 @@
49
"@types/merge2": "0.0.28",
50
"@types/minimist": "^1.1.28",
51
"@types/node": "^6.0.34",
52
+ "@types/protractor": "^4.0.0",
53
"@types/run-sequence": "0.0.27",
54
"@types/rx": "^2.5.33",
55
+ "@types/selenium-webdriver": "^2.53.36",
56
"browserstacktunnel-wrapper": "^2.0.0",
57
"conventional-changelog": "^1.1.0",
58
"express": "^4.14.0",
0 commit comments