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%
1{2 "extends": "@llmindex/config/tsconfig.base.json",3 "compilerOptions": {4 "lib": ["ES2022", "DOM", "DOM.Iterable"],5 "jsx": "preserve",6 "allowJs": true,7 "incremental": true,8 "noUnusedLocals": false,9 "noUnusedParameters": false,10 "plugins": [{ "name": "next" }],11 "paths": {12 "@/*": ["./*"]13 }14 },15 "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],16 "exclude": ["node_modules"]17}18