first commit
This commit is contained in:
27
jsconfig.json
Normal file
27
jsconfig.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user