I'm in the process of migrating my builder to SWC, thanks to NestJS version 10.
But now that I'm using .swcrc, do we agree I can delete my tsconfig.build.json, which is no longer in use?
I even tested to confirm this with "nest build -b swc --type-check"
If I set "sourceMap": false, in tsconfig.build.json, it doesn't detect it, while in .swcrc, it does.