dts-generator
dts-generator copied to clipboard
No inputs were found in config file 'tsconfig.json'...
[15:45:48] EmitterError: Declaration generation failed
error TS18003: No inputs were found in config file 'tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '["scripts","out","rewrite"]'.
gulp.task('generate-dts', () => {
return dtsgenerator({
name: 'discord-basebot-core',
main: 'discord-basebot-core',
types: ['discord.js'],
project: './',
out: './out/discord-basebot.d.ts',
})
});
What should I do with this error? In CLI it works but programmatically doesn't
doesn't work in CLI for me for some reason
Same. The library seems not to work anymore