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.
|
|
|
|
{
|
|
|
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@/*": ["./src/*"]
|
|
|
|
|
},
|
|
|
|
|
"lib": ["esnext", "dom"],
|
|
|
|
|
"types": ["@dcloudio/types", "miniprogram-api-typings", "@uni-helper/uni-app-types"]
|
|
|
|
|
},
|
|
|
|
|
"vueCompilerOptions": {
|
|
|
|
|
// experimentalRuntimeMode 已废弃,现调整为 nativeTags,请升级 Volar 插件至最新版本
|
|
|
|
|
"nativeTags": ["block", "component", "template", "slot"]
|
|
|
|
|
},
|
|
|
|
|
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
|
|
|
|
|
}
|