https://github.com/Microsoft/TypeScript
Raw File
Tip revision: cda54b83dc812118c8de77a2bae479e38f4e67ae authored by Daniel Rosenwasser on 23 January 2020, 18:12:55 UTC
Update LKG.
Tip revision: cda54b8
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top