79183786

Date: 2024-11-13 07:29:17
Score: 1
Natty:
Report link

add jest to tsconfig.json will solve this issue.

Example:

// tsconfig.json

{
  "compilerOptions": {
    "types": ["node", "express", "multer", "jest"],
  }

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