Disable type checking and compilation for specific relative path
I have a relative path like
../../../../public/
. Deno should not check that folder. But I couldn't find deno.json
field for that. I tried this:
However, it didn't work. It still tries to check and compile that folder.1 Reply
Similar issue: https://github.com/denoland/deno/issues/17867