sandbox-agent/scripts/agent-configs/tsconfig.json
Nathan Flurry d2346bafb3
Configure lefthook formatter checks (#231)
* Add lefthook formatter checks

* Fix SDK mode hydration

* Stabilize SDK mode integration test
2026-03-10 23:03:11 -07:00

8 lines
151 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"types": ["node"]
},
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}