wsx-ts-tool-hi

```json "scripts": { "build": "rollup -c", // 打包出 cjs, esm, 和 umd 的包 "build:types": "tsc" // 打包出类型文件 }, ``` tsc typescript自带的编译工具 (通过tsc --init来生成tsconfig.json )


License
ISC
Install
npm install wsx-ts-tool-hi@1.0.6