Skip to content

Commit d564740

Browse files
sdkennedy2claude
andcommitted
Include src/built/ in client tsconfig for browser-context typecheck
apps-runtime.ts imports from backend/client and runs in the browser, so it belongs in the DOM compilation context alongside the client code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 87a0214 commit d564740

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/plugins/apps/tsconfig.client.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"noEmit": false
1010
},
1111
"files": [],
12-
"include": ["src/backend/client/**/*"],
12+
"include": ["src/backend/client/**/*", "src/built/**/*"],
1313
"exclude": ["dist", "node_modules"]
1414
}

packages/plugins/apps/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"outDir": "./dist"
77
},
88
"include": ["**/*"],
9-
"exclude": ["dist", "node_modules", "src/backend/client"],
9+
"exclude": ["dist", "node_modules", "src/backend/client", "src/built"],
1010
"references": [{ "path": "./tsconfig.client.json" }]
1111
}

0 commit comments

Comments
 (0)