79459035

Date: 2025-02-22 03:38:00
Score: 1
Natty:
Report link

I updated tsconfig.json file with this to fix this issue.

{
  "compilerOptions": {...
    "target": "ESNext",
    "module": "ESNext",
    "moduleResolution": "Bundler",
  }
}

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Victor Vargas