chore: remaining deps and lighthouse removal

This commit is contained in:
iCrawl
2023-11-08 18:20:16 +01:00
parent 34d0224b68
commit e72b552ae2
27 changed files with 559 additions and 708 deletions

View File

@@ -43,7 +43,7 @@
// Language and Environment
"experimentalDecorators": true,
"lib": ["ESNext"],
"target": "ES2022",
"target": "ESNext",
"useDefineForClassFields": true
}
}