alexeagle closed this as completed in #176 on Oct 12, 2022 alexeagle added a commit that references this issue on Oct 12, 2022 fix: allow composite projects (#176) ...
TypeScript’s own path mapping feature can be used to simplify imports during development, but we must remember that TypeScript path aliases are not respected by Node.js at runtime. To address this, we ...