chore(ops): restore all source files in newwhats.clube67.com
continuous-integration/webhook Falha no deploy de clube67_newwhats.local (VPS 4)

This commit is contained in:
VPS 4 Deploy Agent
2026-05-18 03:28:29 +02:00
parent 52f73753e7
commit 2f8c04a0a7
755 changed files with 466910 additions and 0 deletions
@@ -0,0 +1,26 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"sourceMap": true,
"moduleResolution": "node",
"noEmitOnError": false,
"baseUrl": ".",
"paths": {
"*": ["*", "../backend/node_modules/*"]
}
},
"include": [
"./**/*.ts",
"../backend/src/**/*.ts"
],
"exclude": [
"node_modules",
"**/migrations/**"
]
}