Explorar el Código

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

菲鸽 hace 2 años
padre
commit
43a2a6d8ed
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"
     ]
   },