@ -202,7 +202,7 @@ module.exports = function(grunt) {
tasks: ['jscs']
},
transpile: {
files: ['./ts/**/*.js'],
files: ['./ts/**/*.ts'],
tasks: ['exec:transpile']
}