Files
DefinitelyTyped/types/es-to-primitive/package.json
ExE Boss 439a7d5bc1 feat: Add es‑to‑primitive (#38947)
* feat: Add `es‑to‑primitive`

* chore(es‑to‑primitive): Fix `tsconfig.json`

* fix(es‑to‑primitive): Add missing primitive types

* fix(es‑to‑primitive): Use `unknown` in TypeScript ≥ 3.1

Co-Authored-By: Jordan Harband <ljharb@gmail.com>

* chore(es‑to‑primitive): Copy `tslint.json` to sub‑directories

* refactor(es‑to‑primitive): Apply Prettier formatting to `package.json`

* chore(es‑to‑primitive): Trigger build
2019-10-17 14:30:30 -07:00

13 lines
147 B
JSON

{
"private": true,
"types": "index",
"typesVersions": {
">=3.2.0-0": {
"*": ["ts3.2/*"]
},
">=3.1.0-0": {
"*": ["ts3.1/*"]
}
}
}