https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f0911bb80ac81644a7e8e8a68a8113bf30074992 authored by Ron Buckton on 10 August 2022, 18:23:14 UTC
Use an object instead of an array
Tip revision: f0911bb
tsconfig-noncomposite-base.json
{
    "extends": "./tsconfig-base",
    "compilerOptions": {
        "declaration": false,
        "declarationMap": false,
        "composite": false,
        "incremental": true
    }
}
back to top