agent-orchestrator/packages/integration-tests/tsconfig.json

9 lines
135 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"rootDir": "src"
},
"include": ["src"]
}