js-to-typescript
Typescript gives you advantage by adding types to Javascript which leads to better error handling. This tool will help you to transform your JS porject to TS one.
Is this tool enough?
Short answer: No.
Long answer: It can't guess all types perfectly, you will have to change some 'any' types to correct ones.