https://github.com/Microsoft/TypeScript
Raw File
Tip revision: fee3bfbe91b7582f42e2f49814b87353f67e63f4 authored by TypeScript Bot on 18 September 2020, 17:46:05 UTC
Bump version to 4.0.3 and LKG
Tip revision: fee3bfb
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top