Skip to content

Commit

Permalink
chore: config
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Mar 27, 2024
1 parent 3d2f001 commit ce460c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"type": "module",
"private": true,
"scripts": {
"dev": "node --import tsx ../src/cli/index.ts"
"dev": "node --import tsx ../src/cli/index.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hono/node-server": "^1.8.2",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This configuration is used for local development and type checking.
"extends": "./tsconfig.base.json",
"exclude": ["templates/*", "create-frog/templates"],
"include": ["create-frog", "examples", "playground", "src"],
"include": ["create-frog", "examples", "src"],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
Expand Down

0 comments on commit ce460c9

Please sign in to comment.