8fe2e72245
* do not indirect tsc commands via tsc Currently, `nx lint:types` is configured to indirect its `tsc` incantations via pnpm. As far as I can tell, this is unnecessary; worse, it means we seem to hit a pnpm reentrancy bug which causes pnpm not to run those commands at all if the top level pnpm has `--if-present`. * Reinstate indirection via pnpm ... to evade knip.