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 compilerOptionscompilerOptions field from deno.jsondeno.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?
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.