My problem was that I had forgotten to npm install in my local project. The Vue LSP others are reccomending only works if you've installed your devDependencies (obvious, I know, but it happens).
npm install