isaacs / tshy

Other
894 stars 18 forks source link

Check `composite` in addition to `incremental` to retain `.tsbuildinfo` files #82

Closed DaniGuardiola closed 4 months ago

DaniGuardiola commented 4 months ago

Since composite implies incremental, tshy should retain those files when enabled. Alternatively, check its resolved value (e.g. with tsc --showConfig).