package-json-type
    Preparing search index...

    Interface ITypesVersions

    TypeScript types version map. Allows providing different type definitions for different TypeScript versions.

    {
    "typesVersions": {
    ">=4.0": {
    "*": ["ts4.0/*"]
    },
    ">=3.0": {
    "*": ["ts3.0/*"]
    }
    }
    }

    Indexable

    • [version: string]: { [path: string]: string[] }