From f182388ea21476dea458552a6334ab9e6e9eb469 Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Thu, 24 Jul 2025 10:23:44 +0800 Subject: include only dist in the npm package --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index cae17aa..e02e58b 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,9 @@ "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", + "files": [ + "dist" + ], "scripts": { "build": "tsc --project tsconfig.build.json", "test": "jest", -- cgit v1.2.3