UNPKG

worktree-tool

Version:

A command-line tool for managing Git worktrees with integrated tmux/shell session management

8 lines 177 B
{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true }, "include": ["src/**/*", "test/**/*", "*.js", "*.mjs"], "exclude": ["node_modules", "dist"] }