Browse Source

chore(config): 配置 meta2d 类型

wangcong 2 tháng trước cách đây
mục cha
commit
135971ead5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tsconfig.app.json

+ 1 - 1
tsconfig.app.json

@@ -8,7 +8,7 @@
     "paths": {
       "@/*": ["./src/*"]
     },
-    "types": ["ant-design-vue/typings/global"],
+    "types": ["ant-design-vue/typings/global", "@meta2d/core/index"],
     "verbatimModuleSyntax": true
   }
 }