fix(browser): update browser context creation for current Puppeteer API and refresh build configuration

This commit is contained in:
2026-05-01 16:26:59 +00:00
parent 5b8eb43181
commit 24aa17f6bc
11 changed files with 3530 additions and 5764 deletions
+4 -4
View File
@@ -5,10 +5,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"types": ["node"]
},
"exclude": [
"dist_*/**/*.d.ts"
]
"exclude": ["dist_*/**/*.d.ts"]
}