VS Code cannot find the module below, but it can be used in my project:

However, it can be found in WebStorm:

This is my tsconfig:

VS Code cannot find the module below, but it can be used in my project:

However, it can be found in WebStorm:

This is my tsconfig:

it's vetur's bug, it will validat the script in .vue, and it will error if the script's lang is ts
<script setup> and not able to figure out why the template wasn't showing any errors when I used the wrong variable name. <script setup lang="ts"> fixed it.