6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import type { FastCheckConfig } from 'svelte-fast-check';
|
|
|
|
export default {
|
|
exclude: ['../src/lib/monaco_workers/**']
|
|
} satisfies FastCheckConfig;
|