We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Late comment, but I ran into this as well. Add
sendMessage: console.log
to the options.
Sorry, something went wrong.
No branches or pull requests
Nothing printed to the console. Am I missing something?
The text was updated successfully, but these errors were encountered: