UNPKG

commit-analyzer

Version:

Analyze git commits and generate categories, summaries, and descriptions for each commit. Optionally generate a yearly breakdown report of your commit history.

26 lines (25 loc) 651 B
{ "compilerOptions": { "target": "ES2020", "lib": ["ES2020"], "module": "commonjs", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "declaration": true, "declarationMap": true, "sourceMap": true, "paths": { "@domain/*": ["./src/1.domain/*"], "@app/*": ["./src/2.application/*"], "@presentation/*": ["./src/3.presentation/*"], "@infra/*": ["./src/4.infrastructure/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }