79755579

Date: 2025-09-04 10:19:26
Score: 1.5
Natty:
Report link

Just make this change in your: tsconfig.json file

 {
      "compilerOptions": {
        "target": "esnext",
        "module": "esnext",
        "outDir": "./dist"
      }
    }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shubham Bodalkar