소스 검색

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

菲鸽 2 년 전
부모
커밋
43a2a6d8ed
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

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