UNPKG

code-complexity

Version:

Measure the churn/complexity score. Higher values mean hotspots where refactorings should happen.

18 lines (17 loc) 309 B
{ "compilerOptions": { "allowJs": false, "declaration": true, "module": "CommonJS", "outDir": "./dist", "strict": true, "pretty": true, "downlevelIteration": true, "resolveJsonModule": true, "target": "ES2022" }, "include": [ "./src/**/*", "./bin/**/*" ] }