feat: implementa consulta PCEMPR e correção de tipos TypeORM
Some checks failed
Deploy NestJS API / build-and-push-deploy (push) Failing after 27s

This commit is contained in:
2026-01-02 17:23:03 -05:00
parent dc32434e22
commit cd13400942
13 changed files with 705 additions and 114 deletions

View File

@@ -18,7 +18,7 @@
"skipLibCheck": true,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": true,
"noImplicitAny": false,
"strictBindCallApply": true,
"noFallthroughCasesInSwitch": true
}