typescript-library-packaging

Installation
SKILL.md

TypeScript Library Packaging (2026)

The 2026 defaults

Public npm library (new project)

ESM-only  ·  "type": "module"  ·  exports map with "types" first
tsdown or tsc for build  ·  .d.ts + .d.ts.map for types
moduleResolution: "nodenext"  ·  target: "es2022"
erasableSyntaxOnly: true  ·  verbatimModuleSyntax: true
Validate with publint + arethetypeswrong

Internal monorepo package

Installs
5
GitHub Stars
3
First Seen
Mar 10, 2026
typescript-library-packaging — franky47/2026-03-10-human-talks-modern-typescript-packaging