UNPKG

@sbeeredd04/auto-git

Version:

AI-powered Git automation with intelligent commit decisions using Gemini function calling, smart diff optimization, push control, and enhanced interactive terminal session with persistent command history

22 lines (21 loc) 358 B
{ "compilerOptions": { "module": "Node16", "target": "ES2022", "lib": [ "ES2022" ], "sourceMap": true, "rootDir": "src", "outDir": "out", "strict": true, "skipLibCheck": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node16" }, "exclude": [ "node_modules", ".vscode-test" ] }