From 04621878b1565890a17fca9dbdc769ef11842934 Mon Sep 17 00:00:00 2001 From: Sam Bauers Date: Thu, 2 Mar 2023 22:32:44 +1100 Subject: [PATCH] fix: ensure that the dist file structure is correct --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6ba3f36..90f8f24 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,8 @@ "moduleResolution": "node", "stripInternal": true, "outDir": "./dist" - } + }, + "files": [ + "./src/index.ts" + ] }