Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
[NEW FEATURE] Convert gulpfile to typescript
What is it about?
The gulpfile.js in the project root can be written in typescript.
How do you plan to do it?
Gulp supports tranpilation as seen here - gulpfile transpilation.
We can rewrite the gulpfile.js in typescript without requiring extra configurations.
Further Comments
Since most of the codebase of Rocket.Chat.Apps-engine is written in typescript, it would be nicer if we could write this also in typescript. :smiley: