mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-14 16:24:41 +00:00
* 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
13 lines
147 B
JSON
13 lines
147 B
JSON
{
|
|
"private": true,
|
|
"types": "index",
|
|
"typesVersions": {
|
|
">=3.2.0-0": {
|
|
"*": ["ts3.2/*"]
|
|
},
|
|
">=3.1.0-0": {
|
|
"*": ["ts3.1/*"]
|
|
}
|
|
}
|
|
}
|