DefinitelyTyped/types/reconnectingwebsocket/package.json
AppLover69 52e7c39661 Improve typings of reconnectingwebsocket (#38218)
* Improve typings

* Test improved typings

* Add typings for TS3.4 or above

* Fix build and lint errors

* Added missing "files" in tsconfig.json

* Added missing properties of compilerOptions
2019-09-09 20:36:39 -07:00

7 lines
117 B
JSON

{
"private": true,
"types": "index",
"typesVersions": {
">=3.4.0-0": { "*": ["ts3.4/*"] }
}
}