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%
393 B · 17 lines json
Raw Blame History
1{2  "$schema": "https://json.schemastore.org/tsconfig",3  "compilerOptions": {4    "strict": true,5    "target": "ES2022",6    "lib": ["ES2022"],7    "module": "Preserve",8    "moduleResolution": "Bundler",9    "esModuleInterop": true,10    "skipLibCheck": true,11    "forceConsistentCasingInFileNames": true,12    "resolveJsonModule": true,13    "isolatedModules": true,14    "noEmit": true15  }16}17