https://github.com/Microsoft/TypeScript
Raw File
Tip revision: e4787d1e049e3e0df31d5643ccaa2518463ef273 authored by Daniel Rosenwasser on 09 January 2020, 00:08:00 UTC
Update LKG.
Tip revision: e4787d1
tsconfig.eslint.json
{
    "extends": "./tsconfig.json",
    "include": ["*.ts", "types"]
}
back to top