When running the project with the SWC compiler, TypeScript files compile successfully, but then loading the compiled code fails with an error:
> SWC Running...
Successfully compiled: 71 files with swc (202.89ms)
Watching for file changes.
/sqlx-ts/target/debug/sqlx-ts:1
�ELF
^
SyntaxError: Invalid or unexpected token
I think this issue is related to #250