https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 35eef312d822dec83571981e782d52f7e89988d2 authored by Daniel Rosenwasser on 12 November 2022, 01:37:28 UTC
Accepted baselines.
Tip revision: 35eef31
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./cancellationToken" },
        { "path": "./compiler" },
        { "path": "./deprecatedCompat" },
        { "path": "./executeCommandLine" },
        { "path": "./harness" },
        { "path": "./jsTyping" },
        { "path": "./loggedIO" },
        { "path": "./server" },
        { "path": "./services" },
        { "path": "./testRunner" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./tsserverlibrary" },
        { "path": "./typescript" },
        { "path": "./typingsInstaller" },
        { "path": "./typingsInstallerCore" },
        { "path": "./watchGuard" },
        { "path": "./webServer" },
    ]
}
back to top