https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 166c0a9867f369f6c3706f5051edcdab3b50a2a7 authored by Daniel Rosenwasser on 21 March 2022, 20:29:13 UTC
Perform up-front checks to avoid relying on info set by the binder.
Tip revision: 166c0a9
tsconfig-library-base.json
{
    "extends": "./tsconfig-base",
    "compilerOptions": {
        "declarationMap": false,
        "composite": false,
        "incremental":  true,
        "declaration": true,
        "stripInternal":  true
    }
}
back to top