https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 99e4865d0802104a1315ee3a8612ac501be8e298 authored by Ryan Cavanaugh on 27 March 2019, 20:08:36 UTC
LKG update for 3.4.1
Tip revision: 99e4865
tsconfig-noncomposite-base.json
{
    "extends": "./tsconfig-base",
    "compilerOptions": {
        "declaration": false,
        "declarationMap": false,
        "composite": false,
        "incremental": true
    }
}
back to top