build(tsconfig.json): add components.d.ts ,自定义组件就有提示了

This commit is contained in:
菲鸽 2024-04-04 16:55:12 +08:00
parent 4444a8295b
commit 0ac1403bbb

View File

@ -16,6 +16,7 @@
"@dcloudio/types", "@dcloudio/types",
"@types/wechat-miniprogram", "@types/wechat-miniprogram",
"wot-design-uni/global.d.ts", "wot-design-uni/global.d.ts",
"./components.d.ts",
"./global.d.ts" "./global.d.ts"
] ]
}, },