Revision 5f64ae878e892ab293e54e779f470fd0ccc0db2c authored by TypeScript Bot on 10 August 2022, 06:07:48 UTC, committed by TypeScript Bot on 10 August 2022, 06:07:48 UTC
1 parent 35c6fbf
Raw File
tsconfig-noncomposite-base.json
{
    "extends": "./tsconfig-base",
    "compilerOptions": {
        "declaration": false,
        "declarationMap": false,
        "composite": false,
        "incremental": true
    }
}
back to top