diff --git a/package.json b/package.json index fc702fd..5308b29 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "import": "./dist/esm/index.js" }, "types": "./dist/types/index.d.ts", + "files": [ + "dist" + ], "scripts": { "build": "npm run clean && npm run test && npm run build:cjs && npm run build:esm && npm run build:types && npm run build:package", "build:cjs": "tsc --module commonjs --outDir ./dist/cjs",