| { | |
| "extends": "../../tsconfig.json", | |
| "compilerOptions": { | |
| "lib": ["ESNext"], | |
| "experimentalDecorators": true | |
| }, | |
| "include": ["src", "test", "examples", "../agent-core-v2/src/env.d.ts"] | |
| } | |
| { | |
| "extends": "../../tsconfig.json", | |
| "compilerOptions": { | |
| "lib": ["ESNext"], | |
| "experimentalDecorators": true | |
| }, | |
| "include": ["src", "test", "examples", "../agent-core-v2/src/env.d.ts"] | |
| } | |