https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 47ee9d22781ee45b42983669794214ae9529dd6d authored by Andrew Casey on 10 August 2020, 23:40:10 UTC
Merge pull request #39980 from amcasey/pinned-release-3.2
Tip revision: 47ee9d2
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top