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

9 lines
170 B
JSON

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