diff --git a/Gruntfile.js b/Gruntfile.js index 1121a22b5..1665bbef8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -182,7 +182,7 @@ module.exports = grunt => { tasks: ['sass'], }, transpile: { - files: ['./ts/**/*.ts', './ts/**/*.tsx'], + files: ['./ts/**/*.ts', './ts/**/*.tsx', './ts/**/**/*.tsx'], tasks: ['exec:transpile'], }, },