hash pasword types fix

This commit is contained in:
RevIQ
2026-01-09 05:44:56 -05:00
parent 0e6a028ef0
commit 60bcbeffb3
3 changed files with 67 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
{
"extends": "@macalinao/tsconfig/tsconfig.base.json",
"compilerOptions": {
"types": ["@cloudflare/workers-types"]
},
"exclude": ["**/*.test.ts"]
"types": ["bun"]
}
}