Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

[NEW FEATURE] Convert gulpfile to typescript

Open aditya-mitra opened this issue 4 years ago • 0 comments

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:

aditya-mitra avatar Mar 10 '21 12:03 aditya-mitra