# Ship the compiled dist only; keep source, tests, and build config out of the
# published tarball. (.npmignore takes precedence over the root .gitignore, so
# dist/ is included even though the repo .gitignore excludes it.)
src
tsconfig.json
*.tsbuildinfo
dist/**/*.test.*
