From: Matt Corallo Date: Tue, 18 Jan 2022 00:37:18 +0000 (+0000) Subject: [TS] Add a types tag in package.json to point to TS types X-Git-Tag: v0.0.105.0~2^2~5 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=9a4ba2a0569b23ff7e19358ad5f90403b8a22afe [TS] Add a types tag in package.json to point to TS types --- diff --git a/ts/package.json b/ts/package.json index 1ae0fb50..02a503a2 100644 --- a/ts/package.json +++ b/ts/package.json @@ -3,6 +3,7 @@ "version": "0.0.104.1alpha4", "description": "Lightning Development Kit", "main": "index.mjs", + "types": "index.d.mts", "type": "module", "directories": { "test": "test"