Gruntfile.js: add .tsx files to transpile watch task (#2963)

pull/272/head
Johannes Bittner 6 years ago committed by Scott Nonnenberg
parent 97b26778b3
commit f540078aa9

@ -137,7 +137,7 @@ module.exports = grunt => {
tasks: ['sass'],
},
transpile: {
files: ['./ts/**/*.ts'],
files: ['./ts/**/*.ts', './ts/**/*.tsx'],
tasks: ['exec:transpile'],
},
},

Loading…
Cancel
Save