Skip to content
New issue

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

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

Open
skaneprime opened this issue Apr 30, 2021 · 2 comments
Open

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

skaneprime opened this issue Apr 30, 2021 · 2 comments

Comments

@skaneprime
Copy link

[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

@talentlessguy
Copy link

doesn't work in CLI for me for some reason

@AurelienDud
Copy link

Same. The library seems not to work anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants