Access default TypeScript compiler options
I'm writing a library that makes use of the TypeScript compiler API. However, I'm unsure of how to access the compiler options from Deno.
I could read the
Any ideas how I could achieve this? Or is this sort of thing not currently supported?
I could read the
compilerOptions field from deno.json, but I don't think that will fully solve this since I also need the defaults provided by Deno itself.Any ideas how I could achieve this? Or is this sort of thing not currently supported?
