mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Gruntfile.js: add .tsx files to transpile watch task (#2963)
This commit is contained in:
committed by
Scott Nonnenberg
parent
97b26778b3
commit
f540078aa9
@@ -137,7 +137,7 @@ module.exports = grunt => {
|
|||||||
tasks: ['sass'],
|
tasks: ['sass'],
|
||||||
},
|
},
|
||||||
transpile: {
|
transpile: {
|
||||||
files: ['./ts/**/*.ts'],
|
files: ['./ts/**/*.ts', './ts/**/*.tsx'],
|
||||||
tasks: ['exec:transpile'],
|
tasks: ['exec:transpile'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user