23 lines
472 B
JSON
23 lines
472 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["./src/*"]
|
||
|
|
},
|
||
|
|
"types": [
|
||
|
|
"vite/client",
|
||
|
|
"@dcloudio/types",
|
||
|
|
"@mini-types/alipay",
|
||
|
|
"miniprogram-api-typings",
|
||
|
|
"@uni-helper/vite-plugin-uni-pages",
|
||
|
|
"uni-echarts/global",
|
||
|
|
"z-paging/types",
|
||
|
|
"wot-design-uni/global.d.ts",
|
||
|
|
"@uni-helper/uni-types"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"vueCompilerOptions": {
|
||
|
|
"plugins": ["@uni-helper/uni-types/volar-plugin"]
|
||
|
|
}
|
||
|
|
}
|