https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 5764cdc8ec19da02858376ae5c1407a923c2d124 authored by Daniel Rosenwasser on 31 October 2021, 19:35:06 UTC
Bump version to 4.4.1-rc and LKG
Tip revision: 5764cdc
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top