Is there a distinction between tsconfig's outDir
and esbuild's outdir
? Both appear to accomplish the same task. Given that esbuild can detect the tsconfig, which option is recommended for use? This query pertains to a TypeScript library intended for npm.