You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
610 B
34 lines
610 B
{
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "5.0",
|
|
"sourceMap": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
]
|
|
},
|
|
"lib": [
|
|
"esnext",
|
|
"dom"
|
|
],
|
|
"types": [
|
|
"@dcloudio/types",
|
|
"@types/wechat-miniprogram",
|
|
"@uni-helper/uni-app-types",
|
|
"@uni-helper/uni-ui-types"
|
|
]
|
|
},
|
|
"vueCompilerOptions": {
|
|
"plugins": [
|
|
"@uni-helper/uni-app-types/volar-plugin"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.d.ts",
|
|
"src/**/*.tsx",
|
|
"src/**/*.vue"
|
|
]
|
|
} |