From 40033362d0dbf41435534030cc49807454eedf1c Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Tue, 17 Oct 2023 20:49:48 +0100 Subject: [PATCH] Ensure types for all files are exposed --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 2d3504c..838c2d1 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,13 @@ ], "main": "index.js", "types": "types/index.d.ts", + "typesVersions": { + "*": { + "*": [ + "types/*" + ] + } + }, "repository": { "type": "git", "url": "https://github.com/digitalocean/do-markdownit.git"