swc-project / swc-node

Faster ts-node without typecheck
MIT License
1.81k stars 76 forks source link

Release @swc-node/register with tsconfig bugfix changes. #750

Closed mike-fam closed 4 months ago

mike-fam commented 10 months ago

Commit 2f0199b was made 5 months ago, but was not released in @swc-node/register 1.6.8. This is causing problems in my code since my tsconfig has experimentalDecorators and emitDecoratorMetadata turned on, but those options are overridden by the default bare minimum tsconfig of @swc-node.

Would you be able to release a version with the changes from the commit specified above?