I'm attempting to typecheck my project where there are a lot of errors, and I'm trying to narrow that down by using the exclude option first to reduce certain subfolders, and then add the gated check for the CI/CD pipeline. However, when I run deno checkdeno check it appears like its typechecking all included files and then any import from that file as well, even if I have an exclusion statement.
Is there a way to exclude folders, without having to add a file level comment each time, using just the exclude option, while still including the main folders that they are a child to?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.