Skip to content

Commit 0de3389

Browse files
committed
newer ts
1 parent c26df3d commit 0de3389

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/javascript/clients/package.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
3535
"exports": {
3636
".": {
37+
"types": "./index.d.ts"
3738
"node": {
3839
"import": "./dist/algoliasearch.esm.node.js",
3940
"module": "./dist/algoliasearch.esm.node.js",
@@ -48,6 +49,7 @@
4849
}
4950
},
5051
"./lite": {
52+
"types": "./lite.d.ts"
5153
"node": {
5254
"import": "./dist/lite/lite.esm.node.js",
5355
"module": "./dist/lite/lite.esm.node.js",

0 commit comments

Comments
 (0)