UNPKG

postgres-mcp-tools

Version:

PostgreSQL-based memory system with vector search capabilities for AI applications, including MCP integration for Claude

13 lines (12 loc) 269 B
module.exports = { // Minimal configuration for ESM support testEnvironment: 'node', transform: {}, extensionsToTreatAsEsm: ['.ts', '.tsx', '.mts'], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, testMatch: [ '**/tests/**/*.test.js' ], };