If I have a typescript error, I can see it in my editor but not in the browser, nor in the terminal running npm run dev. It does show when running npm run build.
Is there any way to make type errors apparent during npm run dev in the terminal and the browser window?