代码拉取完成,页面将自动刷新
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": [
"ES2020",
"DOM",
"DOM.Iterable"
],
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
"types": ["vite/client"],// import.meta.glob (Property 'glob' does not exist on type 'ImportMeta')
// 是否检查通过使用 this 隐式赋予’any’类型 pinia this 报错
"noImplicitThis": false,
/* vite.config.js 配置@为src路径 对应配置 */
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
},
/* Linting */
// 开启严格模式,检查类型声明和赋值...是否合法
"strict": true,
// 检查是否存在未使用的变量
"noUnusedLocals": false,
// 检查是否存在未使用的函数参数
"noUnusedParameters": false,
// 检查switch语句中是否存在break
"noFallthroughCasesInSwitch": true
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。