DefinitelyTyped/types/node/package.json
ExE Boss 159238d66d
feat(node): Add back support for TypeScript 3.2 (#42500)
* feat(node): Add back support for TypeScript 3.2

* fix(node): Fix `typesVersions`

* fix(node/ts3.2): Fix TypeScript version comments
2020-02-25 10:50:23 -08:00

17 lines
261 B
JSON

{
"private": true,
"types": "index",
"typesVersions": {
">=3.5.0-0": {
"*": [
"ts3.5/*"
]
},
">=3.2.0-0": {
"*": [
"ts3.2/*"
]
}
}
}