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%
323 B · 14 lines json
Raw Blame History
1{2  "$schema": "https://json.schemastore.org/tsconfig",3  "extends": "./base.json",4  "compilerOptions": {5    "lib": ["dom", "dom.iterable", "ES2022"],6    "jsx": "preserve",7    "module": "esnext",8    "moduleResolution": "bundler",9    "allowJs": true,10    "incremental": true,11    "plugins": [{ "name": "next" }]12  }13}14