typescript-transform-paths
Version:
Transforms module resolution paths using TypeScript path mapping and/or custom paths
6 lines (5 loc) • 318 B
JavaScript
// Keeping register here in the root for backwards compatibiliy, TODO remove in the next major version
console.warn(
"typescript-transform-paths: Calling the top level register file is deprecated and will be removed in the future. Use a tool that supports package.json exports",
);
require("./dist/register-entry");