SPB Git forge

spb/airiskindex

Public

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

21commits 1branches 0releases
251.0 KBsize
maindefault branch
20 days agolast push
TypeScript 88% Python 6.1% SQL 2.7% CSS 1.2% JavaScript 0.9% Shell 0.8%
241 B · 11 lines json
Raw Blame History
1{2  "extends": "../../packages/config/tsconfig/nextjs.json",3  "compilerOptions": {4    "paths": {5      "@/*": ["./*"]6    }7  },8  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],9  "exclude": ["node_modules"]10}11