Skip to content

Commit

Permalink
Add types to published package
Browse files Browse the repository at this point in the history
  • Loading branch information
platypii committed Dec 28, 2023
1 parent 21c3143 commit 650766f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"llama.cpp",
"llama-cpp",
"llamacpp",
"llm",
"gguf",
"parser",
"machine learning",
Expand All @@ -17,6 +18,8 @@
"files": [
"dist"
],
"type": "module",
"types": "dist/hyllama.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/hyparam/hyllama"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"declaration": true,
"lib": ["esnext", "dom"],
"outDir": "dist",
"sourceMap": true,
Expand Down

0 comments on commit 650766f

Please sign in to comment.