https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 60b5167a2a7015759d048cdd4655d1f66a8416a2 authored by TypeScript Bot on 09 August 2022, 00:39:44 UTC
Update LKG
Tip revision: 60b5167
tsconfig-library-base.json
{
    "extends": "./tsconfig-base",
    "compilerOptions": {
        "declarationMap": false,
        "composite": false,
        "incremental":  true,
        "declaration": true,
        "stripInternal":  true
    }
}
back to top