Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
researcher/benchmarks/sdk-runner/tsconfig.json
1{2"compilerOptions": {3"target": "ES2022",4"module": "ESNext",5"moduleResolution": "Bundler",6"lib": ["ES2023"],7"strict": true,8"noUnusedLocals": true,9"noUnusedParameters": true,10"noImplicitOverride": true,11"noFallthroughCasesInSwitch": true,12"exactOptionalPropertyTypes": true,13"esModuleInterop": true,14"forceConsistentCasingInFileNames": true,15"skipLibCheck": true,16"resolveJsonModule": true,17"allowImportingTsExtensions": true,18"noEmit": true,19"rootDir": "src"20},21"include": ["src/**/*.ts"],22"exclude": ["node_modules", "dist"]23}24