update scraper

This commit is contained in:
2026-06-06 01:27:19 -04:00
parent f998d7ff64
commit 65b1079de3
3 changed files with 150 additions and 139 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"module": "Node16",
"lib": ["ES2022", "DOM"],
"outDir": "./dist",
"rootDir": "./src",
@@ -10,7 +10,7 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "Node16",
"declaration": true,
"declarationMap": true,
"sourceMap": true