https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 7eda7ef338a52a39d31d0a4e883b5a09fff096be authored by Daniel Rosenwasser on 23 April 2019, 16:30:45 UTC
Update LKG.
Tip revision: 7eda7ef
tsconfig.json
{
    "files": [],
    "include": [],
    "references": [
        { "path": "./tsc" },
        { "path": "./tsserver" },
        { "path": "./typingsInstaller" },
        { "path": "./watchGuard" },
        { "path": "./cancellationToken" },
        { "path": "./testRunner" }
    ]
}
back to top