This is a sample npm library designed for projects using TypeScript, Rollup, ESlint, Prettier, and ts-jest.
The project for ts-hello-world is configured to generate both ESM and CJS modules, along with type definitions, using:
- Typescript as the programming language
- pnmp as the package manager
- Rollup as the bundler
- ESLint and Prettier as the linter and formatter
- ts-jest for TypeScript testing
To use this project as a template, you MUST:
- change
ts-hello-worldinpackage.jsonandrollup.config.js - change description, author, license, etc in
package.jsonto match your project details