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

@@ -15,7 +15,7 @@
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": false,
"lib": ["ESNext"],
"types": ["bun-types", "node"],
"types": ["node"],
"baseUrl": ".",
"paths": {
"bun:bundle": ["./src/types/bun-bundle.d.ts"]