https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 980b273aa58075816d33b332fcf52686cd780179 authored by TypeScript Bot on 10 February 2021, 00:52:29 UTC
Bump version to 4.2.1-rc and LKG
Tip revision: 980b273
tsconfig-noncomposite-base.json
{
    "extends": "./tsconfig-base",
    "compilerOptions": {
        "declaration": false,
        "declarationMap": false,
        "composite": false,
        "incremental": true
    }
}
back to top