Skip to content

Commit d28286e

Browse files
committed
Add skip-lib-check to work around a broken dependency
1 parent d0d3f0c commit d28286e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-file-format-schema-json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const child_process = require('child_process')
33

44
// Convert the file-format-spec.ts file into a json schema file
55
let jsonSchema = child_process.execSync(
6-
'node_modules/.bin/typescript-json-schema ./src/lib/file-format-spec.ts --titles --required --topRef "*"',
6+
'node_modules/.bin/typescript-json-schema ./src/lib/file-format-spec.ts --titles --required --topRef "*" --skipLibCheck',
77
{
88
encoding: 'utf8',
99
},

0 commit comments

Comments
 (0)