Clear terminal between outputs
Would be nice if the terminal was cleared before outputting new warnings/errors instead of appending them.

it should be configurable with appending as default, and clearing as an option.
For now. vite-plugin-checker leverages the default terminal clean behavior of Vite.
- If scroll to the bottom of the terminal, the tty output will be cleaned by Vite update info which is desired.
- If not scrolled to the bottom of the terminal, then you will see the full history log output by vite-plugin-checker. vite-plugin-checker should clean the log before code updating by itself. It will be implemented in the future. Now you could scroll the bottom and let Vite clean the log for you in terminal.
Hey i got the clear issue on nuxt i loose the history of what has been wrote by nuxt, and often get a message of one error without any info, if i disable the type check it stops.
https://github.com/fi3ework/vite-plugin-checker/assets/4084527/73d6ac83-376a-4cd2-87fa-4e85b524b9e4
https://github.com/fi3ework/vite-plugin-checker/assets/4084527/e79ff68b-82ae-4459-8b70-0b357f1376b6
Error:
Can we have a way to disable this ?