diff --git a/Gruntfile.js b/Gruntfile.js index 686ff659a8..ef51f3c0dd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -137,7 +137,7 @@ module.exports = grunt => { tasks: ['sass'], }, transpile: { - files: ['./ts/**/*.ts'], + files: ['./ts/**/*.ts', './ts/**/*.tsx'], tasks: ['exec:transpile'], }, },