Skip to content

Commit 814abe3

Browse files
fix: 修复构建问题
1 parent f1676e7 commit 814abe3

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ bun run health
5555
# Check unused exports
5656
bun run check:unused
5757

58+
bun run typecheck
59+
5860
# Remote Control Server
5961
bun run rcs
6062

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.json",
33
"include": ["src/**/*.ts"],
44
"exclude": ["node_modules", "dist"]
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../tsconfig.base.json",
2+
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts", "src/**/*.tsx"],
44
"exclude": ["node_modules", "dist"]
55
}

0 commit comments

Comments
 (0)