UNPKG

@geekbears/gb-mongoose-keywords-plugin

Version:
18 lines (16 loc) 465 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', include: ['src/**/*.spec.ts'], typecheck: { tsconfig: './tsconfig.test.json', }, coverage: { provider: 'v8', include: ['src/**/*.ts'], exclude: ['src/**/*.spec.ts', 'src/index.ts', 'src/**/index.ts', 'src/interfaces/**'], }, }, });