https://github.com/Microsoft/TypeScript
Raw File
Tip revision: bebfc3f9b25d90dd5ae95c208025eab5230d7bf4 authored by Daniel Rosenwasser on 16 October 2019, 17:19:27 UTC
Accepted baselines.
Tip revision: bebfc3f
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top