fixed 3 tools

This commit is contained in:
2025-07-27 23:31:51 +03:00
parent 1ebc34764b
commit 0a362b37b1
2 changed files with 332 additions and 86 deletions

View File

@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",
"module": "Node16",
"moduleResolution": "node16",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,