Skip to content

Commit

Permalink
Merge pull request #4 from VirtualLiveLab/feat/add-hono-tsconfig
Browse files Browse the repository at this point in the history
feat/add hono tsconfig
  • Loading branch information
sushichan044 authored Apr 20, 2024
2 parents cceabc9 + 16d9757 commit 660c765
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sixty-bulldogs-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@virtual-live-lab/tsconfig": patch
---

Add tsconfig for hono
14 changes: 14 additions & 0 deletions packages/tsconfig/hono.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Hono",
"extends": "./base.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"lib": ["ESNext"],
"types": ["@cloudflare/workers-types"]
}
}
3 changes: 3 additions & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
},
"bugs": {
"url": "https://github.com/VirtualLiveLab/js-toolchain/issues"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240419.0"
}
}
10 changes: 9 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 660c765

Please sign in to comment.