feat(app): added better auth for better auth stuff vs my home written broken one
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"strict": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"skipLibCheck": true,
|
||||
"types": ["node"],
|
||||
"types": ["node", "better-auth"],
|
||||
"jsx": "react-jsx",
|
||||
"outDir": "./dist",
|
||||
"removeComments": true,
|
||||
@@ -18,7 +18,8 @@
|
||||
"app/src",
|
||||
"database/testFiles/test-tiPostOrders.ts",
|
||||
"scripts/translateScript.js",
|
||||
"app/main.ts"
|
||||
"app/main.ts",
|
||||
"app/src/types"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
||||
Reference in New Issue
Block a user