UNPKG

commity-ai-commit-tool

Version:

AI-powered Git commit message generator with dynamic emoji selection

17 lines 260 B
{ "compilerOptions": { "module": "commonjs", "target": "ES2020", "outDir": "out", "lib": [ "ES2020" ], "sourceMap": true, "rootDir": "src", "strict": true }, "exclude": [ "node_modules", ".vscode-test" ] }