Просмотр исходного кода

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

菲鸽 2 лет назад
Родитель
Сommit
c032fe5a1e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

@@ -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"
     ]
     ]
   },
   },