Skip to content

Commit c7a48b6

Browse files
committed
fix: add tsignore to make @cfworker/json-schema optional
1 parent 2d2c8ff commit c7a48b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/validation/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** @ts-ignore This is a peer dependency - if it is not installed, the Schema type will degrade to any */
12
import type { Schema } from '@cfworker/json-schema';
23

34
/**

0 commit comments

Comments
 (0)