https://github.com/Microsoft/TypeScript
Raw File
Tip revision: cfd1a6e1275b094764495b8166716d7fe8f6637f authored by TypeScript Bot on 19 May 2022, 21:36:16 UTC
Bump version to 4.7.2 and LKG
Tip revision: cfd1a6e
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top