{ "extends": "@vue/tsconfig/tsconfig.web.json", "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], "compilerOptions": { "ignoreDeprecations": "5.0", "allowJs": true, "baseUrl": ".", "paths": { "@/*": ["./src/*"] }, "lib": [ "es2017", "dom" ] }, "references": [ { "path": "./tsconfig.config.json" } ] }