Skip to content

Commit

Permalink
add index.d.ts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-thomas committed Jan 9, 2024
1 parent afd75f7 commit 12f48e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 12f48e6

Please sign in to comment.