Skip to content

Commit

Permalink
Make: Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
davvard committed Jul 31, 2023
1 parent 5f99b05 commit dacfbed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"node": "~10 >=10.20 || >=12.17"
},
"dependencies": {
"@types/node": "^20.4.5",
"bindings": "~1.2.1",
"node-addon-api": "^3.0.0"
},
Expand All @@ -24,6 +25,7 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-eslint": "^3.0.9",
"semantic-release": "^21.0.7"
"semantic-release": "^21.0.7",
"typescript": "^5.1.6"
}
}
}
8 changes: 8 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"typedocOptions": {
"entryPoints": [
"javascript/usearch.d.ts"
],
"out": "docs"
}
}

0 comments on commit dacfbed

Please sign in to comment.