Added Better auth mitation

This commit is contained in:
Jose Selesan
2026-04-16 15:45:49 -03:00
parent e2299c6d46
commit bd30b32b49
7 changed files with 257 additions and 41 deletions

View File

@@ -3,13 +3,18 @@
"ignoreDeprecations": "6.0",
"strict": true,
"skipLibCheck": true,
"types": ["bun"],
"types": [
"bun"
],
"baseUrl": ".",
"moduleResolution": "bundler",
"paths": {
"@/*": ["src/*"]
"@/*": [
"src/*"
]
},
"outDir": "./dist",
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}
}