This is the correct move. A hot take I recently posted that has caused me zero issues over the past few years: [1]. [1] https://twitter.com/cheatcodetuts/status/1692256529628512667
Do you have multiple people collaborating with you? If I’m writing code that only I need to understand then yes, typescript may be overkill (though I prefer types even then), but working on any meaningful codebase without types is… challenging. Types aren’t that hard are they?
Types aren't the difficult part, it's TypeScript that's difficult. The documentation is a nightmare and in my experience I saw "any" types being used far too often (which literally defeats the purpose of using TypeScript).