From a2844e54d2b0c48cc0d4f0080ab3f250d5b9dd05 Mon Sep 17 00:00:00 2001 From: himself65 Date: Sun, 30 Apr 2023 18:40:24 -0500 Subject: [PATCH] chore(y-indexeddb): add `types` fields --- packages/y-indexeddb/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/y-indexeddb/package.json b/packages/y-indexeddb/package.json index 9d3d48b5a1..81bc9fdd21 100644 --- a/packages/y-indexeddb/package.json +++ b/packages/y-indexeddb/package.json @@ -15,6 +15,7 @@ "access": "public", "main": "dist/index.umd.cjs", "module": "dist/index.js", + "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts",