From b3ce3de609970451c25cafdd538951cb20ee9f66 Mon Sep 17 00:00:00 2001 From: Angelo Burzi Date: Mon, 12 Dec 2022 10:01:19 +0100 Subject: [PATCH] Added declaration --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6cab091..4770d0c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.1", "description": "NodeJS library for post-quantum communication between apps", "main": "index.js", + "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "cred-generate": "node index.js cred-generate"