project refactoring en clean archi

This commit is contained in:
styve Lioumba
2025-10-23 14:10:53 +02:00
parent ef02c6a537
commit 02637235e3
52 changed files with 3873 additions and 875 deletions

View File

@@ -2,6 +2,11 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ES2022",
"moduleResolution": "node",
"esModuleInterop": true,
"allowJs": true,
"outDir": "./out-tsc/spec",
"types": [
"jest","node"