Vite 4.1.0 compiling and running dev server even if there is typescript error – Reactjs
I recently started using Vite 4.1.0 to build my React-Redux project with typescript. As we know, typescript ensures that everything is 'typed' and has some type associated with it. I am coding in Visual Studio Code, and this IDE clearly…