Skip to content

Commit

Permalink
chore(typings): use grunt-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thgreasi committed Jan 25, 2017
1 parent 9f4dfd3 commit ce482b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gruntfile.js
Expand Up @@ -178,7 +178,10 @@ module.exports = exports = function(grunt) {
},
ts: {
typing_tests: {
files: 'typing-tests'
tsconfig: {
tsconfig: 'typing-tests',
passThrough: true
}
}
},
uglify: {
Expand Down

0 comments on commit ce482b5

Please sign in to comment.