We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288822b commit c82d466Copy full SHA for c82d466
1 file changed
apps/client-web/tsconfig.app.json
@@ -182,6 +182,9 @@
182
],
183
"@idl/mcp/prompts": ["libs/mcp/prompts/src/index.ts"],
184
"@idl/vscode/walkthroughs": ["libs/vscode/walkthroughs/src/index.ts"],
185
+ "@idl/mcp/analytics-repository": [
186
+ "libs/mcp/analytics-repository/src/index.ts"
187
+ ],
188
"zod": ["node_modules/zod/v3"],
189
"buffer": ["node_modules/buffer"],
190
"os": ["node_modules/os-browserify"],
0 commit comments