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%
335 B · 20 lines json
Raw Blame History
1{2  "$schema": "https://turbo.build/schema.json",3  "tasks": {4    "build": {5      "dependsOn": ["^build"],6      "outputs": [".next/**", "!.next/cache/**", "dist/**"]7    },8    "dev": {9      "cache": false,10      "persistent": true11    },12    "test": {13      "outputs": []14    },15    "typecheck": {16      "outputs": []17    }18  }19}20