79238199

Date: 2024-11-29 19:45:41
Score: 0.5
Natty:
Report link

go to "tsconfig.json" and add this: "noImplicitAny": false,

{
  "compileOnSave": false,
   "compilerOptions": {
       "noImplicitAny": false,
       ........
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Mounir bkr