Tag Archives: Vetur can’t find’tsconfig.json’or’jsconfig.json’

[Solved] VScode error: vetur can’t find ‘tsconfig. JSON’ or ‘jsconfig. JSON’. Solution to red wave error “vetur. Ignoreprojectwarning”: true,

    // VSCode Error: Vetur can't find 'tsconfig.json' or 'jsconfig.json' solution, Red wave error solution
    "vetur.ignoreProjectWarning": true,
    "eslint.enable": false,
    "vetur.validation.template": false,
    "files.associations": {
        "*.vue": "html"
    }