From cf011ea69a6327fa5b866be132b85624b4f58066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chu=C3=A1nq=C3=AD=20Sun?= <1895289+chuanqisun@users.noreply.github.com> Date: Sun, 23 Apr 2023 22:22:35 -0700 Subject: [PATCH] Update package.json --- cozo-lib-nodejs/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cozo-lib-nodejs/package.json b/cozo-lib-nodejs/package.json index 5f601f3a..9474fa91 100644 --- a/cozo-lib-nodejs/package.json +++ b/cozo-lib-nodejs/package.json @@ -3,8 +3,10 @@ "version": "0.6.0", "description": "Cozo database for NodeJS", "main": "index", + "types": "index.d.ts", "files": [ "index.js", + "index.d.ts", "LICENSE.txt" ], "binary": { @@ -43,4 +45,4 @@ "dependencies": { "@mapbox/node-pre-gyp": "^1.0.10" } -} \ No newline at end of file +}