代码拉取完成,页面将自动刷新
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": [
"esnext",
"dom"
],
"allowJs": true,
"checkJs": false,
"removeComments": false,
"noEmit": false,
"noEmitOnError": false,
"sourceMap": true,
"strict": false,
"alwaysStrict": false,
"noImplicitAny": false,
"noImplicitThis": false,
"strictNullChecks": false,
"strictBindCallApply": false,
"strictFunctionTypes": false,
"strictPropertyInitialization": false,
"noFallthroughCasesInSwitch": false,
"noImplicitReturns": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"allowUnreachableCode": true,
"skipLibCheck": true, //忽略所有的声明文件( *.d.ts)的类型检查。
"allowSyntheticDefaultImports": true, //允许从没有设置默认导出的模块中默认导入。这并不影响代码的输出,仅为了类型检查。
"esModuleInterop": true,
"useDefineForClassFields": true,
"jsx": "preserve",
"moduleResolution": "node",
"baseUrl": ".",
"resolveJsonModule": true,
"experimentalDecorators": true,
"types": [
"vite/client",
"unplugin-vue-define-options/macros-global"
],
"typeRoots": [
"./node_modules/@types/",
"./types"
],
"paths": {
"@/*": [
"src/*"
],
"#/*": [
"types/*"
],
}
},
"include": [
"tests/**/*",
"src/**/*",
"src/*.ts",
"types/**/*",
"build/**/*",
"vite.config.ts",
"packages/**/*",
]
// "exclude": ["node_modules", "tests/server/**/*.ts", "dist", "**/*.js"]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。