mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Converts self-referential interfaces to recursive types to work around https://github.com/microsoft/TypeScript/issues/34796 Now that the types _really_ had to be updated for a new version, there's no longer any reason to keep compatibility definitions for old versions of TypeScript around, so removed the ones that were already marked as such. This fixes the types for the as= property.
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"csstype": "^2.2.0"
|
|
},
|
|
"types": "index",
|
|
"typesVersions": {
|
|
">=3.7.0-0": { "*": ["ts3.7/*"] }
|
|
}
|
|
}
|