Skip to content

Commit

Permalink
Merge pull request #20 from regisrex/ts-support-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pacifiquem authored Oct 1, 2023
2 parents b25b2df + 8e43504 commit 3515d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Full Text Search Algorithm",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/regisrex/string-hunt.git"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"declaration": true
}
}

0 comments on commit 3515d49

Please sign in to comment.