Vetur error with finding tsconfig.json or jsconfig.json Vetur error with finding tsconfig.json or jsconfig.json json json

Vetur error with finding tsconfig.json or jsconfig.json


To create the file :)

See the docs

// tsconfig.json{  "compilerOptions": {    "target": "esnext",    "module": "esnext",    // this enables stricter inference for data properties on `this`    "strict": true,    "jsx": "preserve",    "moduleResolution": "node"  }}