How to Build and Publish an npm Package with TypeScriptIn 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...Nov 22, 2024·3 min read