From c33980c580e33f9a35cb0c672b916ec9fe8b4c6d Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Wed, 14 Feb 2024 09:58:19 +0200 Subject: [PATCH] improve package.json files field --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e26b137..711baa7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,10 @@ "type": "commonjs", "main": "lib/index.js", "files": [ - "lib/**/*" + "lib/*.js", + "lib/*.d.ts", + "lib/**/*.js", + "lib/**/*.d.ts" ], "types": "types/index.d.ts", "engines": {