I use vleam to write Gleam code in SFCs instead of TS.
When running vue-tsc for type check, vue-tsc tries analyzing <script lang="gleam"> blocks, resulting in many irrelevant type errors.
Expected behavior is to skip analyzing them, and only analyze TS code.