From b205f13c891413856ab4d77747fd6590fc4a8f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=BE=E9=A3=8E?= <45625953+an501920078@users.noreply.github.com> Date: Fri, 12 May 2023 14:37:17 +0800 Subject: [PATCH] Update package.json Compatible with new @vue/tsconfig --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2da1e5c..502bf11 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "module": "./dist/pinia-persist.es.js", "exports": { ".": { + "types": "./dist/index.d.ts", "import": "./dist/pinia-persist.es.js", "require": "./dist/pinia-persist.umd.js" }