From e3647e9cd015bf73a123849cc03307e8f91660f8 Mon Sep 17 00:00:00 2001 From: aalpern Date: Thu, 17 Sep 2015 19:28:40 -0700 Subject: [PATCH] Update to typescript 1.6 --- tessera-frontend/Gruntfile.js | 3 ++- tessera-frontend/package.json | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tessera-frontend/Gruntfile.js b/tessera-frontend/Gruntfile.js index 6bd3d32c..85fc9139 100644 --- a/tessera-frontend/Gruntfile.js +++ b/tessera-frontend/Gruntfile.js @@ -22,7 +22,8 @@ module.exports = function(grunt) { outDir: '_build/phase1', options: { target: 'es6', - comments: true + comments: true, + additionalFlags: '--moduleResolution node' } } }, diff --git a/tessera-frontend/package.json b/tessera-frontend/package.json index 3d679eeb..64bd7cee 100644 --- a/tessera-frontend/package.json +++ b/tessera-frontend/package.json @@ -47,8 +47,8 @@ "store": "^1.3.17" }, "devDependencies": { - "babel-core": "^5.1.11", - "babelify": "^6.0.2", + "babel-core": "^5.8.23", + "babelify": "^6.3.0", "grunt": "^0.4.5", "grunt-browserify": "^3.8.0", "grunt-cli": "^0.1.13", @@ -59,6 +59,7 @@ "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", "grunt-sass": "1.0.0", - "grunt-ts": "^4.2.0" + "grunt-ts": "^4.2.0", + "typescript": "1.6.2" } }