UNPKG

worktree-tool

Version:

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

13 lines 311 B
{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": ".", "noEmit": true, "types": ["jest", "node"], "esModuleInterop": true, "allowSyntheticDefaultImports": true, "isolatedModules": true }, "include": ["src/**/*", "test/**/*"], "exclude": ["node_modules", "dist"] }