79306627

Date: 2024-12-24 23:33:47
Score: 3.5
Natty:
Report link

Include "types" in your "compilerOptions" ...

{
  "compilerOptions": {
    "types": [
      // ... your other types
      "node"
    ],
  },
}

you can read more from this link :https://www.typescriptlang.org/tsconfig/#types

Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: chilinh12003