mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* feat(node): Add back support for TypeScript 3.2 * fix(node): Fix `typesVersions` * fix(node/ts3.2): Fix TypeScript version comments
17 lines
261 B
JSON
17 lines
261 B
JSON
{
|
|
"private": true,
|
|
"types": "index",
|
|
"typesVersions": {
|
|
">=3.5.0-0": {
|
|
"*": [
|
|
"ts3.5/*"
|
|
]
|
|
},
|
|
">=3.2.0-0": {
|
|
"*": [
|
|
"ts3.2/*"
|
|
]
|
|
}
|
|
}
|
|
}
|