This is my TypeScript library config template.
- Uses ava for testing.
- All TS code is under
src/
.
- Tests are named *.spec.ts.
- The entry point is src/index.ts, or
dist/index.js
after compilation.
- The module is compiled on installation, so it can be installed via git.