https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 353f431abf315782deaed6dd3e385ea81207998e authored by TypeScript Bot on 25 June 2021, 23:29:16 UTC
Update LKG
Tip revision: 353f431
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top