Disable type checking and compilation for specific relative path
I have a relative path like
However, it didn't work. It still tries to check and compile that folder.
../../../../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.
