UNPKG

ai-code-patterns

Version:

Bulk-run review prompts against your codebase

12 lines 251 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"] }