Vue typescript cannot find the module

//
import Header from "../../components/header.vue";

ask God to tell me why?

Mar.04,2021

configure webpack in addition to tsconfig.json file

"compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@": ["src/components"]
    }
}
Menu