DenoDDeno
Powered by
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]
  },
  "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
deno config --show
?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

ImportTypeScript API + get value of `compilerOptions` with default options from `tsconfig.json`?
wauterboiWwauterboi / help
2y ago
How to get complete Deno RAM usage?
frigjordFfrigjord / help
4y ago
How to send an enum value from Rust to Deno
furiouzzFfuriouzz / help
3y ago
How to inspect Deno's rare uncaught rejections?
jeieaJjeiea / help
11mo ago