Skip to content

Instantly share code, notes, and snippets.

@yusukebe
Created May 12, 2024 01:01
Show Gist options
  • Save yusukebe/1b11cf7d750839956044ab0b5ea947e9 to your computer and use it in GitHub Desktop.
Save yusukebe/1b11cf7d750839956044ab0b5ea947e9 to your computer and use it in GitHub Desktop.
{
"name": "@hono/do-not-use-this",
"version": "0.0.1-1",
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"deno.ns"
],
"jsx": "react",
"jsxFactory": "jsx"
},
"exports": {
".": "./deno_dist/mod.ts",
"./jsx/jsx-runtime": "./deno_dist/jsx/jsx-runtime.ts"
},
"publish": {
"include": [
"deno.json",
"LICENSE",
"README.md",
"deno_dist/**/*.ts"
],
"exclude": [
"deno_dist/**/*.test.ts",
"deno_dist/**/*.test.tsx"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment