Skip to content

Commit fe5911f

Browse files
agents: add local workspace package.json for isolated agents workspace; excluding root tsconfig.base.json.
🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent 40b137e commit fe5911f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.agents/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "@codebuff/agents",
3+
"version": "0.0.0",
4+
"private": true,
5+
"type": "module",
6+
"scripts": {
7+
"typecheck": "bun x tsc --noEmit -p tsconfig.json"
8+
}
9+
}

0 commit comments

Comments
 (0)