From 9b502bcbbd4bd4125216f1133cdb9ab9bb520a43 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sat, 12 Sep 2020 21:07:03 +0800 Subject: [PATCH] chore(use): adjust typings entry --- packages/vant-use/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vant-use/package.json b/packages/vant-use/package.json index 0d9cdb5f7..eada2fc2c 100644 --- a/packages/vant-use/package.json +++ b/packages/vant-use/package.json @@ -4,7 +4,7 @@ "description": "Vant composition api", "main": "lib/index.js", "module": "es/index.js", - "typings": "lib/index.d.ts", + "typings": "es/index.d.ts", "sideEffects": false, "scripts": { "dev": "tsc -m esNext --outDir es --watch",