79790938

Date: 2025-10-15 08:30:37
Score: 1
Natty:
Report link

Try This

Two ways:-

a) Comma-separated

npx tsc --init --types node,express,jest

"types": ["node", "express", "jest"]

b) Quoted comma-separated

npx tsc --init --types "node,express,jest"

Reasons:
  • Whitelisted phrase (-1): Try This
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Krishan Salgotra