ts-library Minimal TypeScript library template. Install pnpm add ts-library Usage import { hello } from "ts-library"; console.log(hello("world"));