started testing sending

This commit is contained in:
2025-07-27 06:43:38 +03:00
parent de3140697e
commit 994bc94935
8 changed files with 656 additions and 19 deletions

View File

@@ -11,6 +11,7 @@
"typeRoots": ["./node_modules/@types"],
"allowJs": true,
"rootDir": ".",
"skipLibCheck": true
"skipLibCheck": true,
"types": ["node"]
}
}