Copy the NPM package into @types on Postinstall

Modify postinstall of package.json after installation

Rename rule

@xxx/pkg-name -> @types/@xxx_pkg-name
Copy the code

use

> npm i -S move-to-typesCopy the code