安瑾然
2023-03-03 6fd1abc88875f1a72c133a38bb41e8dcd3170ade
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"