We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d3f0c commit d28286eCopy full SHA for d28286e
scripts/generate-file-format-schema-json.js
@@ -3,7 +3,7 @@ const child_process = require('child_process')
3
4
// Convert the file-format-spec.ts file into a json schema file
5
let jsonSchema = child_process.execSync(
6
- 'node_modules/.bin/typescript-json-schema ./src/lib/file-format-spec.ts --titles --required --topRef "*"',
+ 'node_modules/.bin/typescript-json-schema ./src/lib/file-format-spec.ts --titles --required --topRef "*" --skipLibCheck',
7
{
8
encoding: 'utf8',
9
},
0 commit comments