setup da configuracao do redis

This commit is contained in:
JurTI-BR
2025-03-13 22:27:19 -03:00
parent 80117a0df0
commit 0c517800e0
13 changed files with 844 additions and 432 deletions

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
@@ -9,6 +10,9 @@
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"paths": {
"src/*": ["./src/*"]
},
"incremental": true
},
"exclude": ["node_modules", "dist"]