From b3d368b7ef56c37c6fce946d23ce8046e5f250a1 Mon Sep 17 00:00:00 2001 From: Boris Bliznioukov Date: Sun, 4 Aug 2024 22:47:01 +0300 Subject: [PATCH] export types .d.ts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1305350..e44853c 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,10 @@ "exports": { ".": { "import": "./dist/paragraph.mjs", - "require": "./dist/paragraph.umd.js" + "require": "./dist/paragraph.umd.js", + "types": "./dist/index.d.ts" } }, - "types": "./dist/index.d.ts", "scripts": { "dev": "vite", "build": "vite build",