From 3eaa8a04a61684621ebd5bcb078784b65569953f Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Mon, 13 Jan 2025 21:57:50 +0100 Subject: [PATCH] Changed files globs to include compiled package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fee4598..5d40ccc 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,9 @@ "typescript": "^5.7.3" }, "files": [ - "lib/**/*.+(js|d.ts)" + "lib/cjs/**/*.+(js*)", + "lib/esm/**/*.+(js*)", + "lib/types/**/*.+(d.ts*)" ], "exports": { ".": {