I have added jsconfig.json for path alias
"baseUrl": ".",
"paths": {
"@/*": [ "src/*" ]
}
Work fine with editor but npm run gives error Failed to resolve import "@/router"
Relative path also works fine.
module-alias
plugin does not work either.