blob: 68da35124ffa221550822d3546c076935b745954 [file] [log] [blame]
import { optionsPrototype } from '../src/common/options/optionsPrototype';
const optionsPrototypeJson = JSON.stringify(optionsPrototype, null, 2);
process.stdout.write(`${optionsPrototypeJson}\n`);