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 #433

Open
Ra1n-42 opened this issue May 9, 2024 · 1 comment
Open

No inputs were found in config file #433

Ra1n-42 opened this issue May 9, 2024 · 1 comment

Comments

@Ra1n-42
Copy link

Ra1n-42 commented May 9, 2024

I am currently using .jsx files instead of .tsx files in my project, and I suspect that this might be causing the issue. However, there is no information in the documentation indicating that the library is only compatible with .tsx files. Could you please provide clarification on whether the library supports .jsx files as well? If not, it would be helpful to update the documentation to reflect this limitation. Thank you.

Error Message
No inputs were found in config file 'd:/PATH/node_modules/react-multi-carousel/tsconfig.json'. Specified 'include' paths were '["./src//*.tsx","./src//*.ts"]' and 'exclude' paths were '["node_modules"]'.

@SarthakRana21
Copy link

Hi,
I am using next.js and typescript getting the same error, did you found any solution?

No inputs were found in config file 'c:/Users/PC/Desktop/web3/nft-mkt/node_modules/react-multi-carousel/tsconfig.json'. Specified 'include' paths were '["./src/**/*.tsx","./src/**/*.ts"]' and 'exclude' paths were '["node_modules"]'.

i tried updating my project tsconfig still showing the same error

"exclude": ["node_modules", "node_modules/react-multi-carousel"]

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

2 participants