SPB Git

spb/airiskindex Public

The most methodologically rigorous, fully transparent AI job-exposure index.

TypeScript 88% Python 6.1% SQL 2.7% CSS 1.2% JavaScript 0.9% Shell 0.8%
167 B · 9 lines json
Raw Blame History
1{2  "extends": "../config/tsconfig/base.json",3  "compilerOptions": {4    "lib": ["dom", "dom.iterable", "ES2022"],5    "jsx": "react-jsx"6  },7  "include": ["src"]8}9