An open API service indexing awesome lists of open source software.

https://github.com/marcdonald/ts-package-template

A basic starter template for a TypeScript package that builds both CommonJS and ES Module outputs, along with type definitions
https://github.com/marcdonald/ts-package-template

library package package-tem template typescript typescript-boilerplate typescript-library

Last synced: 3 months ago
JSON representation

A basic starter template for a TypeScript package that builds both CommonJS and ES Module outputs, along with type definitions

Awesome Lists containing this project

README

          

# ts-package-template

A basic starter template for a TypeScript package that builds both CommonJS and ES Module outputs, along with type
definitions.

## Stack

* [tsup](https://github.com/egoist/tsup) for bundling
* [eslint](https://eslint.org/) for linting
* [prettier](https://prettier.io/) for formatting
* [turborepo](https://turbo.build/repo) for package management
* [changesets](https://github.com/changesets/changesets) for versioning
* [vitest](https://vitest.dev) for unit tests