From aee82267d0923fce59c17ed7193cfed7b56ab105 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Jun 2026 23:14:53 -0400 Subject: [PATCH] Configuracion de reglas de typescript --- mvp/Whatsapp-bot/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mvp/Whatsapp-bot/tsconfig.json b/mvp/Whatsapp-bot/tsconfig.json index 95f5641..7b906c8 100644 --- a/mvp/Whatsapp-bot/tsconfig.json +++ b/mvp/Whatsapp-bot/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "module": "commonjs", + "ignoreDeprecations": "6.0", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, @@ -9,6 +10,7 @@ "target": "ES2021", "sourceMap": true, "outDir": "./dist", + "rootDir": "./src", "baseUrl": "./", "incremental": true, "skipLibCheck": true,