A simple code template for TypeScript developing.
use:
tsup
for file compiling.tsx
for file execution and content change monitoring.ESLint
for code formatting and linting. And also use my personaleslint-config
for linting rules.- Auto GitHub workflows for new version.
Vitest
for unit testing.