https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 166c0a9867f369f6c3706f5051edcdab3b50a2a7 authored by Daniel Rosenwasser on 21 March 2022, 20:29:13 UTC
Perform up-front checks to avoid relying on info set by the binder.
Tip revision: 166c0a9
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./shims" },
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./debug" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top