https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 9b778b3494be00d70b351833228e8e2087d23ac4 authored by TypeScript Bot on 10 February 2021, 00:20:23 UTC
Bump version to 3.9.9 and LKG
Tip revision: 9b778b3
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top