ai-research-survey

Systematic scan of agentic development research. What's signal, what's noise.
git clone https://git.shiptheloop.com/ai-research-survey.git
Log | Files | Refs

tsconfig.json (281B)


      1 {
      2   "compilerOptions": {
      3     "target": "ES2022",
      4     "module": "ESNext",
      5     "moduleResolution": "bundler",
      6     "strict": true,
      7     "noEmit": true,
      8     "isolatedModules": true,
      9     "esModuleInterop": true,
     10     "skipLibCheck": true,
     11     "outDir": "dist"
     12   },
     13   "include": ["src"]
     14 }

Impressum · Datenschutz