From cf18f9d06cd120fcbac37d5886f246cc6de90951 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 5 Oct 2024 21:39:14 +0200 Subject: [PATCH] Add other missing declaration files --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 39c31f79..542b7aff 100644 --- a/package.json +++ b/package.json @@ -38,13 +38,14 @@ "dist/", "!dist/tsconfig.tsbuildinfo", "!dist/bin/", + "dist/bin/**/*.d.ts", "dist/bin/main.js", "dist/bin/*.index.js", "dist/bin/*.node", "dist/bin/shared/constants.js", + "dist/bin/shared/constants.js.map", "dist/bin/shared/customHandler.js", - "dist/bin/*.d.ts", - "dist/bin/shared/*.js.map", + "dist/bin/shared/customHandler.js.map", "!dist/vite-plugin/", "dist/vite-plugin/index.js", "dist/vite-plugin/index.d.ts",