Netflix-Skunkworks / commuter

🚎 Notebook sharing hub
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Convert express server to typescript #9

Closed rgbkrk closed 5 years ago

rgbkrk commented 5 years ago

Contrary to our other efforts, I just realized we can switch the server to typescript in a more iterative process.

Move backend/ to backend/src/, create a tsconfig.json with out dir set to backend/dist. Then we can go file by file converting!

rgbkrk commented 5 years ago

This worked out really well and didn't take much time at all! Completed in https://stash.corp.netflix.com/projects/DSEPLAT/repos/commuter-nflx/pull-requests/69/overview

:D

rgbkrk commented 5 years ago

Done!