UNPKG

tinyagent-ts

Version:

Modern TypeScript framework for building AI agents with pluggable tools and ReAct reasoning

13 lines (12 loc) 261 B
{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "lib": ["ES2020"], "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "skipLibCheck": true, "moduleResolution": "node" } }