gitsums
Version:
Small utility to generate description for git changes with ai
15 lines • 336 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"outDir": "dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"strict": true,
"types": ["jest", "node"]
},
"include": ["src"]
}