Add: tRPC + register on first time login

This commit is contained in:
Sonny
2023-02-15 00:02:55 +01:00
parent 1636f9152b
commit 7074901dcb
12 changed files with 4443 additions and 1807 deletions

View File

@@ -1,5 +1,5 @@
{
"compilerOptions": {
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
@@ -8,7 +8,7 @@
],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
@@ -18,14 +18,13 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true
},
"include": [
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules"
]
}
],
"exclude": [
"node_modules"
]
}