浏览代码

[md]Update package file

dufu1991 1 年之前
父节点
当前提交
e61a93ebd4
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      packages/rollup-plugin-md-ts/package.json

+ 3 - 0
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",