From 12f48e64f729cdbea21d73112f0ce507ac76cc81 Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Tue, 9 Jan 2024 21:30:37 +0100 Subject: [PATCH] add index.d.ts to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8da64b9..3ec3af5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "public": true, "preferGlobal": false, "name": "flexsearch", - "version": "0.7.41", + "version": "0.7.42", "description": "Next-Generation full text search library with zero dependencies.", "homepage": "https://github.com/nextapps-de/flexsearch/", "author": "Thomas Wilkerling", @@ -33,6 +33,7 @@ "dist/flexsearch.bundle.min.js": "dist/flexsearch.bundle.min.js", "dist/flexsearch.bundle.module.min.js": "dist/flexsearch.bundle.module.min.js" }, + "types": "./index.d.ts", "scripts": { "build": "npm run copy && npm run build:bundle", "build:bundle": "node task/build RELEASE=bundle DEBUG=false SUPPORT_WORKER=true SUPPORT_ENCODER=true SUPPORT_CACHE=true SUPPORT_ASYNC=true SUPPORT_STORE=true SUPPORT_TAGS=true SUPPORT_SUGGESTION=true SUPPORT_SERIALIZE=true SUPPORT_DOCUMENT=true POLYFILL=false",