Skip to content

Commit e10ff72

Browse files
committed
fix typecheck for .agents
1 parent 839ef3e commit e10ff72

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.agents/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@
66
"scripts": {
77
"typecheck": "bun x tsc --noEmit -p tsconfig.json",
88
"test": "bun test"
9-
},
10-
"dependencies": {
11-
"@codebuff/sdk": "workspace:*"
129
}
1310
}

.agents/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"skipLibCheck": true,
66
"types": ["bun", "node"],
77
"paths": {
8+
"@codebuff/sdk": ["../sdk/src/index.ts"],
89
"@codebuff/common/*": ["../common/src/*"]
910
}
1011
},

0 commit comments

Comments
 (0)