ahuigo.
ahuigo.
DDeno
Created by ahuigo. on 12/29/2023 in #help
Is there any good tools to covert npm source code to deno source package?
I want to covert some old npm source package to deno source code
2 replies
DDeno
Created by ahuigo. on 2/21/2023 in #help
Any good way to modify remote url file and debug it?
For example, I'm using import server "https://deno.land/x/ultra@v2.1.7/server.ts" I want to modify this remote package and debug it with chrome or VScode.
2 replies
DDeno
Created by ahuigo. on 1/4/2023 in #help
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?
1 replies