Uh oh!
There was an error while loading. Please reload this page.
swc: Support paths from tsconfig - #1793
Conversation
The swc transpiler can support paths, but they have to be converted to absolute paths using the baseUrl first.
spmiller
commented
Jun 9, 2022
spmiller
commented
Jun 19, 2022
Hi @cspotcode, I see you're also working on swc support in #1802. Assuming you see the value in this PR, how do think it should progress? I'm happy to help out if you would like it to go in as part of #1802. |
@spmiller |
spmiller
commented
Jan 18, 2023
Hi @erfanium, thanks for looking at this patch. The |
erfanium
commented
Jan 21, 2023
@spmiller in tsconfig file, either using or maybe i am wrong |
The swc transpiler can support paths, but they have to be converted to absolute paths using the baseUrl first.