79547317

Date: 2025-03-31 21:47:12
Score: 3
Natty:
Report link

Here is my boiler plate TypesScript project using packages and vercel-ncc. https://github.com/Daniel-Leontiev/Type-Script-Project

Here is the sample package https://github.com/Daniel-Leontiev/Type-Script-Project/tree/master/packages/utils

"scripts": {
  "build": "ncc build -s --no-source-map-register ./src/main.ts -o ./build/",
  "build-w": "ncc build -w -s --no-source-map-register ./src/main.ts -o ./build/",
}
Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Daniel