Open Issues Need Help
View All on GitHub Breaks with `moduleResolution: NodeNext` about 20 hours ago
AI Summary: The user reports that `moduleResolution: NodeNext` in TypeScript causes an error when importing `@hackylabs/deep-redact` directly, stating the module or its type declarations cannot be found. However, importing from the explicit path `@hackylabs/deep-redact/index.ts` works correctly. This indicates an issue with how the package's entry point or type declarations are resolved by `NodeNext` when a bare module import is used.
Complexity:
3/5
bug good first issue