fix paths
All checks were successful
Publish NPM Package / Publish Job (push) Successful in 1m41s

This commit is contained in:
lendry
2026-05-21 22:44:32 +03:00
parent 964fd07808
commit 985fefa12e
4 changed files with 49 additions and 44 deletions

View File

@@ -6,6 +6,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strictNullChecks": false
"strictNullChecks": false,
"types": ["node"]
}
}