illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 36 forks source link

Consider migrating to TypeScript #220

Closed nwalters512 closed 5 years ago

nwalters512 commented 5 years ago

TypeScript enables better safety and insanely higher dev productivity. We should consider migrating, possibly piecemeal, to TypeScript. This would be relatively easy with https://github.com/zeit/next-plugins/tree/master/packages/next-typescript.

nwalters512 commented 5 years ago

Closing this now that #281 has added TS support to our build process.