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%
158 B · 9 lines json
Raw Blame History
1{2  "extends": "@llmindex/config/tsconfig.base.json",3  "compilerOptions": {4    "jsx": "react-jsx",5    "lib": ["ES2022", "DOM"]6  },7  "include": ["src"]8}9