There is this answer but it is wrong as it references tsconfig.json which is non-existant in vue projects now.
How do you import a JSON file with VueJS / Typescript?
I suspect the configuration option
{
"compilerOptions": {
"resolveJsonModule": true
}
}
should go somewhere. Where?