You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
I found that if I want to introduce TypeScript >= 2.1 syntax into node/index.d.ts (I actually want to), I have to add // TypeScript Version: 2.x comment to more than 700 packages, which is too painful.
As proposed in the issue in DefinitelyTyped, this can be solved by applying the maximum typescript version from dependencies during the build.
Automating the addition of the version comment based on the maximum typescript version from dependencies would be another possible solution.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a same issue submitted in DefinitelyTyped.
I found that if I want to introduce TypeScript >= 2.1 syntax into node/index.d.ts (I actually want to), I have to add
// TypeScript Version: 2.x
comment to more than 700 packages, which is too painful.As proposed in the issue in DefinitelyTyped, this can be solved by applying the maximum typescript version from dependencies during the build.
Automating the addition of the version comment based on the maximum typescript version from dependencies would be another possible solution.
The text was updated successfully, but these errors were encountered: