Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 4752ad1

Browse files
NickTomlinheathkit
authored andcommitted
chore(examples): Fix TSC issues with exampleTypescript (#4132)
1 parent 4e73d5e commit 4752ad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exampleTypescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "protractor tmp/conf.js"
1111
},
1212
"dependencies": {
13-
"@types/jasmine": "^2.5.38",
13+
"@types/jasmine": "2.5.41",
1414
"@types/jasminewd2": "^2.0.0",
1515
"jasmine": "^2.4.1",
1616
"protractor": "file:../",

exampleTypescript/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
3+
"target": "es6",
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"sourceMap": false,

0 commit comments

Comments
 (0)