dts-generator icon indicating copy to clipboard operation
dts-generator copied to clipboard

No inputs were found in config file 'tsconfig.json'...

Open skaneprime opened this issue 3 years ago • 2 comments

[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

skaneprime avatar Apr 30 '21 12:04 skaneprime

doesn't work in CLI for me for some reason

talentlessguy avatar Jun 08 '21 15:06 talentlessguy

Same. The library seems not to work anymore

AurelienDud avatar Sep 30 '21 04:09 AurelienDud