types/sequelize

About npm @types

Closed this issue · 6 comments

With Typescript2, it's able to install type definitions by just adding @types/sequelize to the devDependency, without typings.

So I tried to migrate to devDependency with @types from typings, But it seems like it already taken by others: https://www.npmjs.com/package/@types/sequelize

The repository says it's for sequelize 4, but almost everything was broken.. is that right definitions?

I wanna bump this, I only just learned that this repo here exist and the typings are much better than the @types one, it would be great if your typings would become the official ones as I had lots of fancy problems with the @types ones.

@SimonSchick bump on microsoft/types-publisher#4, there is nothing we can do here

Wouldn't making a PR and requesting a major version bump be a possibility?

This repo is the single source of truth for the typings, and I want to iterate on them without having to wait days before DT PRs get merged. If they get copied to DT, then they will inevitably get out of sync if people do improvements here or there, which is bad for everyone.

What's the reason you want to have them in DT? Do you have a particular problem with installing with npm like described in the readme?

No particular issue, I was just wondering if there was a particular reason why you aren't using DT and you made it clear why just now.