sandbox-agent/foundry/packages/client/tsconfig.json
2026-03-10 22:01:39 -07:00

7 lines
123 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src", "test"]
}