SPB Git

spb/llmindex Public

The discriminative, contamination-resistant, fully transparent LLM ranking — updated live.

TypeScript 77.9% TeX 15.2% Python 3.7% SQL 1.4% JavaScript 1.1% Shell 0.5%
461 B · 20 lines json
Raw Blame History
1{2  "compilerOptions": {3    "target": "ES2022",4    "lib": ["ES2022"],5    "module": "ESNext",6    "moduleResolution": "Bundler",7    "strict": true,8    "noUncheckedIndexedAccess": true,9    "noUnusedLocals": true,10    "noUnusedParameters": true,11    "esModuleInterop": true,12    "skipLibCheck": true,13    "resolveJsonModule": true,14    "isolatedModules": true,15    "forceConsistentCasingInFileNames": true,16    "declaration": false,17    "noEmit": true18  }19}20