diff --git a/MCP/jest.config.json b/MCP/jest.config.json index e5a3c37d53..2d0d5905ae 100644 --- a/MCP/jest.config.json +++ b/MCP/jest.config.json @@ -21,13 +21,11 @@ "transform": { "^.+\\.ts$": ["ts-jest", { "tsconfig": { - "compilerOptions": { - "noUnusedLocals": false, - "noUnusedParameters": false, - "strict": false, - "noPropertyAccessFromIndexSignature": false, - "module": "commonjs" - } + "noUnusedLocals": false, + "noUnusedParameters": false, + "strict": false, + "noPropertyAccessFromIndexSignature": false, + "module": "commonjs" } }] }