When encountering a typescript error, I notice that it is visible in my editor, but not in the browser or the terminal running npm run dev
. However, the error does show up when I run npm run build
.
Is there a method to display type errors during npm run dev
in both the terminal and the browser window?