RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NEW FEATURE] Convert gulpfile to typescript

aditya-mitra opened this issue · 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. 😃