swc-node icon indicating copy to clipboard operation
swc-node copied to clipboard

Inline source maps broken w/ newer Typescript

Open jasperlin451 opened this issue 8 months ago • 1 comments

I'm using typescript 5.5 breaks when trying to inline source maps because typescript returns w/ Option 'sourceMap' cannot be specified with option 'inlineSourceMap'.ts.

https://github.com/swc-project/swc-node/blob/37b4a40c80f1c61c54830c79619a4282d46224c8/packages/register/read-default-tsconfig.ts#L121

I think this typescript behavior change in ~v5.

jasperlin451 avatar Jun 24 '24 18:06 jasperlin451