: add jwt authentication to rest

This commit is contained in:
StarAppeal
2024-03-10 03:17:56 +01:00
parent 5c2c54fb8e
commit e7e0abea47
6 changed files with 65 additions and 16 deletions
+5 -1
View File
@@ -6,7 +6,11 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist"
"outDir": "./dist",
"typeRoots": [
"./node_modules/@types",
"./types"
]
},
"include": [
"src/**/*.ts"