Convex tsconfig no inputs found
This one: No inputs were found in config file [file path]. Specified 'include' paths were ["./*/"]' and 'exclude' paths were '["./_generated"] .
3 Replies
For include try:
["./**/*"]
If that doesn't work, share the path to one of your convex functions from repo root(also make sure there's at least one non-empty
.js
/ .ts
file in your convex folder)Okey perfect, I'll check both suggestion. Thank you very much!