Is there a way to use `tsconfig.json` `compilerOptions.types`?
I just saw that
works in my project, but is there somehow a way to set the type instead in the
tsconfig.json
file like normal Node/TypeScript projects?1 Reply
Not in
tsconfig.json
, but in deno.json
under compilerOptions