50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
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",
|
|
"uview-pro/types"
|
|
],
|
|
"lib": [
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"ESNext"
|
|
],
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"resolveJsonModule": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "vue",
|
|
"noImplicitThis": true,
|
|
"strict": true,
|
|
"verbatimModuleSyntax": true,
|
|
"target": "ESNext",
|
|
"useDefineForClassFields": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"vueCompilerOptions": {
|
|
"plugins": [
|
|
"@uni-helper/uni-types/volar-plugin"
|
|
]
|
|
},
|
|
"includes": [
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx"
|
|
]
|
|
}
|