Add qrcode dependency to package.json

This commit is contained in:
nirholas
2026-03-31 11:13:13 +00:00
parent 1fc26c8125
commit 78dd88afd1
5 changed files with 47 additions and 1 deletions

View File

@@ -102,6 +102,8 @@ const buildOptions: esbuild.BuildOptions = {
// Anthropic-internal packages (not published externally)
'@anthropic-ai/sandbox-runtime',
'@anthropic-ai/claude-agent-sdk',
// Anthropic-internal (@ant/) packages — gated behind USER_TYPE === 'ant'
'@ant/*',
],
jsx: 'automatic',

0
scripts/tsconfig.json Normal file
View File