sandbox-agent/factory/packages/cli/tsconfig.json
2026-03-09 14:00:20 -07:00

7 lines
123 B
JSON

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