docs: ✏️ 调整文档中关于类型声明文件的配置

This commit is contained in:
xuqingkai 2024-06-20 11:58:12 +08:00
parent 3dcde46f1b
commit 0c38e986f0

View File

@ -154,7 +154,7 @@ cli项目使用`uni_modules`安装无需配置,对`Volar`的支持自动生效
// tsconfig.json // tsconfig.json
{ {
"compilerOptions": { "compilerOptions": {
"types": ["wot-design-uni/global.d.ts"] "types": ["wot-design-uni/global"]
} }
} }
``` ```