From 56bfb93a298ee68ab743c223b8b95e71f4159439 Mon Sep 17 00:00:00 2001 From: Nick Tomlin Date: Sat, 4 Mar 2017 10:40:24 -0600 Subject: [PATCH] chore(examples): Fix TSC issues with exampleTypescript --- exampleTypescript/package.json | 2 +- exampleTypescript/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleTypescript/package.json b/exampleTypescript/package.json index 117506c1e..367f7863e 100644 --- a/exampleTypescript/package.json +++ b/exampleTypescript/package.json @@ -10,7 +10,7 @@ "test": "protractor tmp/conf.js" }, "dependencies": { - "@types/jasmine": "^2.5.38", + "@types/jasmine": "2.5.41", "@types/jasminewd2": "^2.0.0", "jasmine": "^2.4.1", "protractor": "file:../", diff --git a/exampleTypescript/tsconfig.json b/exampleTypescript/tsconfig.json index 8b088c60e..df23d2a4c 100644 --- a/exampleTypescript/tsconfig.json +++ b/exampleTypescript/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "module": "commonjs", "moduleResolution": "node", "sourceMap": false,