ahuigo.A
Denoβ€’4y ago
ahuigo.

How to get Deno's default compilerOptions value?

I want to add more compilerOptions.lib options like this:
  "compilerOptions": {
    "jsx": "react-jsxdev",
    "jsxImportSource": "react",
    "lib":["dom",...defaultCompilerOptions.lib]
  },

But I don't know how to get Deno's default compilerOptions value, is there any cli like deno config --show?
Was this page helpful?