chore(use): adjust typings entry

This commit is contained in:
chenjiahan 2020-09-12 21:07:03 +08:00
parent c2135d4151
commit 9b502bcbbd

View File

@ -4,7 +4,7 @@
"description": "Vant composition api", "description": "Vant composition api",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",
"typings": "lib/index.d.ts", "typings": "es/index.d.ts",
"sideEffects": false, "sideEffects": false,
"scripts": { "scripts": {
"dev": "tsc -m esNext --outDir es --watch", "dev": "tsc -m esNext --outDir es --watch",