From 4f2fbc5fc0d528882b72420a81e2c3617948dc20 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Fri, 17 Jun 2022 20:11:13 +0800 Subject: [PATCH] chore: update @dcloudio/types version --- jsconfig.json | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..730626d --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "types": [ + "@dcloudio/types", + "miniprogram-api-typings", + "mini-types" + ] + } +} diff --git a/package.json b/package.json index bacc019..f1d868c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "vuex": "^4.0.2" }, "devDependencies": { - "@dcloudio/types": "^2.6.11", + "@dcloudio/types": "^3.0.4", "@dcloudio/uni-automator": "^3.0.0-alpha-3041720220614001", "@dcloudio/uni-cli-shared": "^3.0.0-alpha-3041720220614001", "@dcloudio/vite-plugin-uni": "^3.0.0-alpha-3041720220614001",