UNPKG

@tsed/schema-formio

Version:

Transform Ts.ED Schema & JsonSchema to a valid Formio schema

21 lines (20 loc) 384 B
// @ts-ignore import {presets} from "@tsed/vitest/presets"; import {defineConfig} from "vitest/config"; export default defineConfig( { ...presets, test: { ...presets.test, coverage: { ...presets.test.coverage, thresholds: { statements: 0, branches: 0, functions: 0, lines: 0 } } } } );