Raju2024's picture
Upload 1072 files
e3278e4 verified
raw
history blame contribute delete
227 Bytes
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"types": [
"node"
],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
}
}