ci(app): testing and other app config changes

This commit is contained in:
2025-12-30 08:01:16 -06:00
parent 9efd6419b6
commit 9531401e56
10 changed files with 7252 additions and 82 deletions

View File

@@ -5,7 +5,7 @@
"moduleResolution": "nodenext",
"strict": true,
"verbatimModuleSyntax": true,
"types": ["node", "better-auth"],
"types": ["node", "better-auth", "jest"],
"jsx": "react-jsx",
"outDir": "./dist",
"removeComments": true,