Files
qncV4uni-app/jsconfig.json
2026-05-16 15:47:07 +08:00

28 lines
537 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
},
"types": [
"vite/client",
"@dcloudio/types",
"@mini-types/alipay",
"miniprogram-api-typings",
"@uni-helper/uni-types",
"@uni-helper/vite-plugin-uni-pages",
"vitest-environment-uniapp/types",
"uni-echarts/global",
"z-paging/types",
"@wot-ui/ui/global.d.ts"
]
},
"vueCompilerOptions": {
"plugins": [
"@uni-helper/uni-types/volar-plugin"
]
}
}