Hello, can someone explain what are the additional quirks that typescript provides that reduce the burden of vanilla JS pls. I know it provides type safe but why is that important? How does typescript makes our life much more easier rather than using vanilla JS for everything pls.
I was scaffolding a project using vite and I needed to choose between JS and TS, so was wondering why for production application for instance, TS is recommended.