-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Closed
Description
Compare
DefinitelyTyped/types/node/package.json
Lines 4 to 18 in e910379
| "typesVersions": { | |
| ">=3.7.0-0": { | |
| "*": [ | |
| "ts3.7/*" | |
| ] | |
| }, | |
| ">=3.5.0-0": { | |
| "*": [ | |
| "ts3.5/*" | |
| ] | |
| }, | |
| ">=3.2.0-0": { | |
| "*": [ | |
| "ts3.2/*" | |
| ] |
You see the order is reversed therefore doesn't work as the order must be high to low version. see https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-1.html#multiple-fields.
Metadata
Metadata
Assignees
Labels
No labels
