https://github.com/nestjs/nest-cli Nest CLI when building with tsc is using the programmatic API to do code transformation, from my understanding you are targeting mainly the typecheck side right now, would it be possible to handle also the code transformation and declaration emits?
https://github.com/nestjs/nest-cli Nest CLI when building with
tscis using the programmatic API to do code transformation, from my understanding you are targeting mainly the typecheck side right now, would it be possible to handle also the code transformation and declaration emits?