egoist / esbuild-register

Transpile JSX, TypeScript and esnext features on the fly with esbuild
MIT License
990 stars 52 forks source link

passes experimental decorators to esbuild #97

Open rotexhawk opened 1 year ago

codesandbox[bot] commented 1 year ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

IcaroG commented 4 months ago

I don't think this PR fixes https://github.com/egoist/esbuild-register/issues/92. I think you need to use tsconfigRaw instead of passing experimentalDecorators directly.