c***@163.com
c***@163.com
  • 发布:2023-11-28 19:56
  • 更新:2023-11-28 19:56
  • 阅读:273

关于@uni-helper/uni-app-types的使用,vscode还是会冲突,有大佬可以帮忙看看问题在哪吗?

分类:uni-app

我的ts配置

{  
  "extends": "@vue/tsconfig/tsconfig.json",  
  "compilerOptions": {  
    "module": "ESNext",  
    "target": "ESNext",  
    "lib": ["DOM", "ESNext"],  
    "strict": true,  
    "esModuleInterop": true,  
    "allowSyntheticDefaultImports": true,  
    "jsx": "preserve",  
    "moduleResolution": "node",  
    "resolveJsonModule": true,  
    "noUnusedLocals": true,  
    "strictNullChecks": true,  
    "forceConsistentCasingInFileNames": true,  
    "ignoreDeprecations": "5.0",  
    "sourceMap": true,  
    "baseUrl": ".",  
    "paths": {  
      "~/*": ["./*"],  
      "@/*": ["./src/*"]  
    },  
    "types": ["@dcloudio/types", "@uni-helper/uni-app-types", "@uni-helper/uni-ui-types", "miniprogram-api-typings"]  
  },  
  "exclude": ["node_modules", "dist"]  
}  

2023-11-28 19:56 负责人:无 分享
已邀请:

要回复问题请先登录注册