since esbuild only follows a subset of typescript config, it may help to list the supported typescript compiler options like what @babel/plugin-transform-typescript does, https://babeljs.io/docs/en/babel-plugin-transform-typescript#typescript-compiler-options,
and it seems that tsconfigRaw only supports in transform, why not supports it in build ?
since esbuild only follows a subset of typescript config, it may help to list the supported typescript compiler options like what @babel/plugin-transform-typescript does, https://babeljs.io/docs/en/babel-plugin-transform-typescript#typescript-compiler-options,
and it seems that
tsconfigRawonly supports in transform, why not supports it in build ?