mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* node: remove TS3.1 Typescript 3.1 is no longer supported on DT. This commit removes 3.1 support for v6-10. I'll finish 11-14 tomorrow. * remove ts3.1 for node/v11 * Remove ts3.1 from node/v12 Also restore deleted tests to node/v11 * Remove ts3.1 from node/v13 Also fix up imports in node/v11 tests * remove ts3.1 from node
17 lines
253 B
JSON
17 lines
253 B
JSON
{
|
|
"private": true,
|
|
"types": "index",
|
|
"typesVersions": {
|
|
"<=3.4": {
|
|
"*": [
|
|
"ts3.4/*"
|
|
]
|
|
},
|
|
"<=3.6": {
|
|
"*": [
|
|
"ts3.6/*"
|
|
]
|
|
}
|
|
}
|
|
}
|