From a9cde211eb7ec9bf1b70b977fa2ba601af2f74c1 Mon Sep 17 00:00:00 2001 From: Alvar San Martin Date: Mon, 9 Feb 2026 15:32:14 +0100 Subject: [PATCH] Eliminadas partes redundantes --- packages/sim-consumidor-nos/tsconfig.json | 31 +------------------ .../sim-consumidor-objenious/package.json | 2 +- .../sim-consumidor-objenious/tsconfig.json | 26 +--------------- packages/sim-entrada-eventos/tsconfig.json | 25 +-------------- packages/sim-objenious-cron/tsconfig.json | 28 +---------------- packages/sim-shared/tsconfig.json | 19 +----------- tsconfig.json | 8 ----- 7 files changed, 6 insertions(+), 133 deletions(-) diff --git a/packages/sim-consumidor-nos/tsconfig.json b/packages/sim-consumidor-nos/tsconfig.json index 2fb2a88..c508953 100644 --- a/packages/sim-consumidor-nos/tsconfig.json +++ b/packages/sim-consumidor-nos/tsconfig.json @@ -3,35 +3,6 @@ "compilerOptions": { "outDir": "../../dist", "baseUrl": ".", - "paths": { - "sim-shared/*": [ - "../../packages/shared/*" - ], - "sim-consumidor-objenious/*": [ - "../../packages/sim-consumidor-objenious/*" - ], - "sim-entrada-eventos/*": [ - "../../packages/sim-entrada-eventos/*" - ], - "sim-objenious-cron/*": [ - "../../packages/sim-objenious-cron/*" - ], - "#config/*": [ - "config/*" - ], - "#adapters/*": [ - "adapters/*" - ], - "#domain/*": [ - "domain/*" - ], - "#ports/*": [ - "ports/*" - ], - "#tests/*": [ - "__tests__/*" - ] - } }, "exclude": [ "node_modules" @@ -43,4 +14,4 @@ "files": [ "index.ts" ] -} \ No newline at end of file +} diff --git a/packages/sim-consumidor-objenious/package.json b/packages/sim-consumidor-objenious/package.json index 9e80d81..135c24e 100644 --- a/packages/sim-consumidor-objenious/package.json +++ b/packages/sim-consumidor-objenious/package.json @@ -83,4 +83,4 @@ "tsx": "*", "vitest": "*" } -} \ No newline at end of file +} diff --git a/packages/sim-consumidor-objenious/tsconfig.json b/packages/sim-consumidor-objenious/tsconfig.json index f5b0a19..c027227 100644 --- a/packages/sim-consumidor-objenious/tsconfig.json +++ b/packages/sim-consumidor-objenious/tsconfig.json @@ -3,30 +3,6 @@ "compilerOptions": { "outDir": "../../dist", "rootDir": "../../", - "paths": { - "#config/*": [ - "config/*" - ], - "#shared/*": [ - "../../packages/sim-shared/*" - ], - "#adapters/*": [ - "adapters/*", - "infrastructure/*" - ], - "#domain/*": [ - "domain/*" - ], - "#ports/*": [ - "ports/*" - ], - "#tests/*": [ - "__tests__/*" - ], - "sim-shared/*": [ - "../sim-shared/*" - ] - } }, "exclude": [ "node_modules" @@ -35,4 +11,4 @@ "**/*.ts", "../../packages/sim-shared/**/*.ts" ] -} \ No newline at end of file +} diff --git a/packages/sim-entrada-eventos/tsconfig.json b/packages/sim-entrada-eventos/tsconfig.json index 1506a78..3c7b4c5 100644 --- a/packages/sim-entrada-eventos/tsconfig.json +++ b/packages/sim-entrada-eventos/tsconfig.json @@ -3,29 +3,6 @@ "compilerOptions": { "outDir": "../../dist", "rootDir": "../../", - "paths": { - "#config/*": [ - "config/*" - ], - "#shared/*": [ - "../sim-shared/*" - ], - "#adapters/*": [ - "adapters/*" - ], - "#domain/*": [ - "domain/*" - ], - "#ports/*": [ - "ports/*" - ], - "#tests/*": [ - "__tests__/*" - ], - "sim-shared/*": [ - "../sim-shared/*" - ] - } }, "exclude": [ "node_modules" @@ -37,4 +14,4 @@ "files": [ "index.ts" ] -} \ No newline at end of file +} diff --git a/packages/sim-objenious-cron/tsconfig.json b/packages/sim-objenious-cron/tsconfig.json index 49a1d14..2bc2f8a 100644 --- a/packages/sim-objenious-cron/tsconfig.json +++ b/packages/sim-objenious-cron/tsconfig.json @@ -3,32 +3,6 @@ "compilerOptions": { "outDir": "../../dist", "rootDir": "../../", - "paths": { - "#config/*": [ - "config/*" - ], - "#shared/*": [ - "../../packages/sim-shared/*" - ], - "#adapters/*": [ - "adapters/*" - ], - "#domain/*": [ - "domain/*" - ], - "#ports/*": [ - "ports/*" - ], - "#tests/*": [ - "__tests__/*" - ], - "sim-shared/*": [ - "../sim-shared/*" - ], - "sim-consumidor-objenious/*": [ - "../sim-consumidor-objenious/*" - ] - } }, "exclude": [ "node_modules" @@ -38,4 +12,4 @@ "../../packages/sim-shared/**/*.ts", "../../packages/sim-consumidor-objenious/**/*.ts" ] -} \ No newline at end of file +} diff --git a/packages/sim-shared/tsconfig.json b/packages/sim-shared/tsconfig.json index 6509229..c027227 100644 --- a/packages/sim-shared/tsconfig.json +++ b/packages/sim-shared/tsconfig.json @@ -3,23 +3,6 @@ "compilerOptions": { "outDir": "../../dist", "rootDir": "../../", - "paths": { - "#config/*": [ - "config/*" - ], - "#adapters/*": [ - "adapters/*" - ], - "#domain/*": [ - "domain/*" - ], - "#ports/*": [ - "ports/*" - ], - "#tests/*": [ - "__tests__/*" - ] - } }, "exclude": [ "node_modules" @@ -28,4 +11,4 @@ "**/*.ts", "../../packages/sim-shared/**/*.ts" ] -} \ No newline at end of file +} diff --git a/tsconfig.json b/tsconfig.json index 70d0fb3..858d1e4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,14 +12,6 @@ "resolveJsonModule": true, "module": "nodenext", "moduleResolution": "nodenext", - "paths": { - "sim-shared/*": [ - "packages/sim-shared/*" - ], - "sim-consumidor-objenious/*": [ - "packages/sim-consumidor-objenious/*" - ] - } }, "include": [ "**/*.ts",