fix(ts-node compiler option mismatch in runtime module loader)#42
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Design is the right direction — centralizing module loading addresses a real spread of inconsistent Why Formatting regression in - export { mergeConfigs } from './config/mergeConfig.js';
+ export { mergeConfigs } from './config/mergeConfig.js';Looks like an editor slip (2→4 space indent on one line). Fix before merge.
Tests cover TS / CJS |
|
Reverted to tsx. |
03d81cc to
7f2420c
Compare
Fixed ts-node compiler option mismatch in runtime module loader.
loadRuntimeModuleloadRuntimeModulein configLoader too.