https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 1294ee8c1f37c8bf214db67e180edb3220a52236 authored by TypeScript Bot on 30 June 2021, 22:06:15 UTC
Bump version to 4.3.5 and LKG
Tip revision: 1294ee8
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top