odc.xiaohui
2023-03-06 387a894ca2da8742f146183dd0649315d72b15b2
tsconfig.json
@@ -16,10 +16,15 @@
    "noUnusedParameters": true,
    "strict": true,
    "strictPropertyInitialization": true,
    "lib": ["ES2020"],
    "typeRoots": [
      "./typings"
    ]
    ],
    "baseUrl": ".",
    "types": ["miniprogram-api-typings"],
    "paths": {
      "@vant/weapp/*": ["path/to/node_modules/@vant/weapp/dist/*"]
    },
    "lib": ["ES6"]
  },
  "include": [
    "./**/*.ts"