mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Use Typescript 3.7 assertions for invariant() https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/#assertion-functions * support <3.7 with typesVersions
8 lines
118 B
JSON
8 lines
118 B
JSON
{
|
|
"private": true,
|
|
"types": "index",
|
|
"typesVersions": {
|
|
">=3.7.0-0": { "*": ["ts3.7/*"] }
|
|
}
|
|
}
|