dts-generator
dts-generator copied to clipboard
verbose: true - seemingly does nothing
var dts = require('dts-generator');
dts.default({
name: 'woah',
project: './',
verbose: true,
exclude: ['./this/**, '.that/**'],
out: 'package-name.d.ts'
});
Nothing printed to the console. Am I missing something?
Late comment, but I ran into this as well. Add
sendMessage: console.log
to the options.