https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 84d1de761b7930e22a0ea5d91e27dc0ce04f9eac authored by Daniel Rosenwasser on 31 October 2018, 20:27:42 UTC
Update LKG.
Tip revision: 84d1de7
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top