fix dependencies

This commit is contained in:
Darius
2025-11-18 21:58:38 +01:00
parent 5bd9ebe9a7
commit 22f8e28ed3
4 changed files with 500 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"module": "ES2022",
"moduleResolution": "Node",
"strict": true,
"esModuleInterop": true,