sequelize-typescript icon indicating copy to clipboard operation
sequelize-typescript copied to clipboard

feat: remove @types/node in peerDependencies

Open zanminkian opened this issue 2 years ago • 0 comments

I have a monorepo project. The root of the project have specified node version by installing @types/node to devDependencies. Therefore, it no need to install @types/node to sub-app.

zanminkian avatar Jun 22 '22 14:06 zanminkian