Template of Typescript library
You can use this template to create a Typescript library.
use this template to create a repository
# install dependencies
bun install
# build for production with minification
bun build
# run unit tests
bun test
MIT License
Copyright (c) 2022 Yugang Cao