79251937

Date: 2024-12-04 16:17:33
Score: 1
Natty:
Report link

And as it turns out --- the issue was in my tsconfig in my linked package... make sure both tsconfigs are targeting the same module adding

 "esModuleInterop": true,
    "declaration": true,
    "moduleResolution": "node",
    "module": "esnext"
    ```
fixed it :)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: sagar