Personal template of @a-type for creating libraries using Typescript.
- Testing: Jest/RTL -
npm test/npm test:watch - Build: CJS+ESM -
npm run build:cjs/npm run build:esm - Storybook -
npm run storybook - TSDoc -
npm run tsdoc - Homepage -
cd homepage && npm run build