DefinitelyTyped/types/node/package.json
Nathan Shively-Sanders f621a2d639
Node: remove ts3.1 support (#47645)
* 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
2020-09-16 14:04:22 -07:00

17 lines
253 B
JSON

{
"private": true,
"types": "index",
"typesVersions": {
"<=3.4": {
"*": [
"ts3.4/*"
]
},
"<=3.6": {
"*": [
"ts3.6/*"
]
}
}
}