A barebones file structure for project in TypeScript.
- eslint
- jest for testing
- A GitHub workflow file for continuous testing and building.
- prettier, husky, lint-staged for automatic formatting and linting
npm run testfor jest testingnpm run test:watchfor watching files using jestnpm run buildfor building TypeScripts tolibfoldernpm run lintrunseslintnpm run formatrunsprettier
This project is licensed with the MIT license.