https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 416323d96786ec2413b9948ac8824acda9a6add7 authored by Nathan Shively-Sanders on 26 October 2021, 15:06:24 UTC
Merge branch 'main' into dump-variances
Tip revision: 416323d
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top