mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-10 23:19:44 +08:00
35 lines
597 B
JSON
35 lines
597 B
JSON
{
|
|
"extends": "../../packages/cli/config/tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
]
|
|
},
|
|
"lib": [
|
|
"esnext"
|
|
],
|
|
"types": [
|
|
"node",
|
|
"@dcloudio/types",
|
|
"miniprogram-api-typings",
|
|
"@uni-helper/uni-app-types",
|
|
"@uni-helper/uni-ui-types"
|
|
]
|
|
},
|
|
"include": [
|
|
"shims-uni.d.ts",
|
|
"src/**/*.ts",
|
|
"src/**/*.d.ts",
|
|
"src/**/*.tsx",
|
|
"src/**/*.vue"
|
|
],
|
|
"vueCompilerOptions": {
|
|
"nativeTags": [
|
|
"component",
|
|
"template",
|
|
"slot"
|
|
]
|
|
}
|
|
} |