UNPKG

@alvinveroy/codecompass

Version:

AI-powered MCP server for codebase navigation and LLM prompt optimization

11 lines (10 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config_1 = require("vitest/config"); exports.default = (0, config_1.defineConfig)({ test: { globals: true, environment: 'node', include: ['src/tests/**/*.test.ts'], }, });