https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 9eb3d5a58be745121573c8efdb1b8afc2a9fbd8d authored by Anders Hejlsberg on 18 March 2023, 15:35:16 UTC
Add tests
Tip revision: 9eb3d5a
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