Browse Source

chore(config): 配置 meta2d 类型

wangcong 2 months ago
parent
commit
135971ead5
1 changed files with 1 additions and 1 deletions
  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
   }
 }