Skip to content

Commit

Permalink
fix(types): add strictKeywords to Options interface (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
anchnk authored and epoberezkin committed Apr 8, 2019
1 parent 78a9403 commit 6be5ff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ajv.d.ts
Expand Up @@ -181,6 +181,7 @@ declare namespace ajv {
useDefaults?: boolean | 'shared';
coerceTypes?: boolean | 'array';
strictDefaults?: boolean | 'log';
strictKeywords?: boolean | 'log';
async?: boolean | string;
transpile?: string | ((code: string) => string);
meta?: boolean | object;
Expand Down

0 comments on commit 6be5ff6

Please sign in to comment.