UNPKG

siuuuu

Version:

A tool library for automatically generating code based on plop and babel

14 lines (12 loc) 206 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { deps: { interopDefault: false, }, coverage: { lines: 75, statements: 80, }, }, });