Template for a TypeScript library.
npm install
: Install dependenciesnpm run dev
: Run tests in watch mode for developmentnpm run build
: Build for productionnpm test
: Run tests oncenpm run test:coverage
: Run tests once and collect coveragenpm run typecheck
: Check for TypeScript errorsnpm run lint
: Lint codenpm run format
: Format code