From 9a4ba2a0569b23ff7e19358ad5f90403b8a22afe Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 18 Jan 2022 00:37:18 +0000 Subject: [PATCH] [TS] Add a types tag in package.json to point to TS types --- ts/package.json | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2