79273939

Date: 2024-12-12 05:41:38
Score: 1.5
Natty:
Report link

In your tsconfig.json file, change the "module" to "ESNext" like this:

{
  "compilerOptions": {
    "module": "ESNext",
  }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Farshad Hemmati