https://github.com/Microsoft/TypeScript
Raw File
Tip revision: e6f0de2e4e00de32ed373d22ecd1f386bba0ec88 authored by Mine Starks on 05 January 2021, 00:32:56 UTC
Bump version to 3.7.6 and LKG
Tip revision: e6f0de2
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top