How to Build and Publish an npm Package with TypeScript
Nov 22, 2024 · 3 min read · In this article, I'll show you how to easily prepare an npm package. GitHub Repository with an Example https://github.com/skoruba/npm-package-example Project Structure Let's start by creating a package.json file: { "name": "@skoruba/npm-package-e...
WJosé commented
