https://github.com/Microsoft/TypeScript
Raw File
Tip revision: dd36ec062ff88d49714a3e030861cee992bb130f authored by Gabriela Araujo Britto on 05 January 2022, 22:07:10 UTC
add typeofEQhostobject to always false function facts
Tip revision: dd36ec0
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top