https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f54ece725e4c883d1122dc00245fb1bbc30c2829 authored by navya9singh on 21 March 2023, 22:24:24 UTC
generating list of file with test cases
Tip revision: f54ece7
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" },
    ]
}
back to top