Requirements
Repository
- Repository name:
ts-library
Documentation
-
README required
- One-sentence description in English and Polish
Purpose
- A minimal project template for building TypeScript libraries
- Designed to be a clean starting point for any project (e.g. a simple game engine)
- Uses pnpm as the package manager
- Uses tsup as the bundler
- Fully configured TypeScript setup for library builds
Example Code
- Exports a simple
hello function as an example
Build & Publishing
- Outputs ESM-compatible builds suitable for npm
- Ready for npm publishing out of the box
Project Principles
- Keeps the codebase minimal and focused on setup
- Avoids unnecessary dependencies
- Ensures clean and predictable build output
Commits