Skip to content

Commit 41cc336

Browse files
committed
Fix typecheck
1 parent 6185732 commit 41cc336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/class/src/validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type JsonSchemaOfConfig = JSONSchemaType<Config>;
1616
export const jsonSchemaOfConfig =
1717
rawConfigJson as unknown as JsonSchemaOfConfig;
1818

19-
const ajv = new Ajv({
19+
export const ajv = new Ajv({
2020
coerceTypes: true,
2121
allErrors: true,
2222
useDefaults: "empty",

0 commit comments

Comments
 (0)