bitcoinjs-lib icon indicating copy to clipboard operation
bitcoinjs-lib copied to clipboard

refactor: remove unneed flags from tsconfig.json

Open ocknamo opened this issue 3 years ago • 0 comments
trafficstars

This is small refactoring for tsconfig.json.

If the strict flag is toggled to true, several type-checking strictness flags will be toggled to true at the same time. (FYI. https://www.typescriptlang.org/docs/handbook/2/basic-types.html#strictness) Thus, if the strict flag is true, these flags are only needed when opting out. In this case, deleting these will not change anything.

ocknamo avatar Sep 02 '22 13:09 ocknamo