TypeScript 97.6%
SQL 1.4%
JavaScript 0.5%
1{2 "$schema": "https://turbo.build/schema.json",3 "tasks": {4 "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "dist/**"] },5 "typecheck": { "dependsOn": ["^build"] },6 "test": { "dependsOn": ["^build"] },7 "lint": {},8 "dev": { "cache": false, "persistent": true }9 }10}11