sequelize-typescript
sequelize-typescript copied to clipboard
feat: remove @types/node in peerDependencies
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.