From 71bc094bbe9cc877e1a56c54fbe8413523175aeb Mon Sep 17 00:00:00 2001 From: nekoya Date: Wed, 29 Nov 2023 11:04:44 +0900 Subject: [PATCH] Add types field to package exports for module resolution --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 633c0e9..6d92d2e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "exports": { ".": { "import": "./dist/tiptap-markdown.es.js", - "require": "./dist/tiptap-markdown.umd.js" + "require": "./dist/tiptap-markdown.umd.js", + "types": "./index.d.ts" } }, "files": [