mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
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;
|