https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 0a506ac1014442a98eb8db8428db227da139f2d1 authored by Anders Hejlsberg on 26 August 2020, 03:20:24 UTC
Backing off yet more
Tip revision: 0a506ac
tsconfig-library-base.json
{
    "extends": "./tsconfig-base",
    "compilerOptions": {
        "declarationMap": false,
        "sourceMap":  false,
        "composite": false,
        "incremental":  true,
        "declaration": true,
        "stripInternal":  true
    }
}
back to top