DefinitelyTyped/types/jsdom/package.json
ExE Boss b567b736e8
fix(jsdom): Fix JSDOM types in JavaScript code (#43315)
* fix(jsdom): Fix JSDOM types in JavaScript code

* fix(jsdom): Fix lint errors
2020-03-23 11:28:22 -04:00

11 lines
211 B
JSON

{
"private": true,
"types": "index",
"typesVersions": {
">=3.6.0-0": { "*": ["ts3.6/*"] },
">=3.5.0-0": { "*": ["ts3.5/*"] },
">=3.4.0-0": { "*": ["ts3.4/*"] },
">=3.1.0-0": { "*": ["ts3.1/*"] }
}
}