Setting up a TypeScript multi-package mono-repo for @scoped/packages.
• 5 min read
How to use NPM workspaces for scoped packages.
• 5 min read
How to use NPM workspaces for scoped packages.
• 6 min read
> This post contains a lot of back-story about how this all came about, you can skip ahead if you only care about the code. In case you haven't worked with TypeScript before: TypeScript is a superset of JavaScript that enhances the language by providing optional static typing. It's designed to scale well in large code-bases....