diff --git a/packages/rollup-plugin-md-ts/package.json b/packages/rollup-plugin-md-ts/package.json index 2c06806..7db8301 100644 --- a/packages/rollup-plugin-md-ts/package.json +++ b/packages/rollup-plugin-md-ts/package.json @@ -9,6 +9,9 @@ "types": "./dist/index.d.ts" } }, + "files": [ + "dist/**" + ], "scripts": { "pretest": "npm run build", "build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",