Closed rgbkrk closed 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!
backend/
backend/src/
tsconfig.json
backend/dist
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
Done!
Contrary to our other efforts, I just realized we can switch the server to typescript in a more iterative process.
Move
backend/
tobackend/src/
, create atsconfig.json
with out dir set tobackend/dist
. Then we can go file by file converting!