ahuigo.
ahuigo.2y ago

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?
0 Replies
No replies yetBe the first to reply to this messageJoin