I think that swc-node doesn't support TypeScript's ${configDir} template variable introduced in TypeScript 5.5. I use it in my paths and get import errors with those paths. Have you every considered using tsconfck for parsing tsconfig files ? Big projects like Vite seem to use it.
Hi there,
I think that swc-node doesn't support TypeScript's
${configDir}
template variable introduced in TypeScript 5.5. I use it in my paths and get import errors with those paths. Have you every considered using tsconfck for parsing tsconfig files ? Big projects like Vite seem to use it.