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,