diff --git a/package.json b/package.json index 9eef971..599ad08 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,11 @@ "email": "bdwenxi@gmail.com" } ], + "files": [ + "src", + "cjs", + "es" + ], "scripts": { "build": "rm -rf es cjs && tsc & tsc --module esnext --outDir ./es", "build:check": "tsc",