Skip to content

Commit

Permalink
Add react.d.ts and error handling documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Sep 2, 2024
1 parent 7f1ba3c commit eac9226
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 66 deletions.
21 changes: 9 additions & 12 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"**/*.test.tsx",
"test-utils.tsx",
"example",
"coverage"
"coverage",
"node_modules"
]
},
"tasks": {
Expand Down Expand Up @@ -58,17 +59,13 @@
"jsxImportSourceTypes": "@types/react"
},
"nodeModulesDir": true,
"lint": {
"exclude": [
"coverage",
"example/public/build",
"example/routes/_main.ts",
"example/routes/_main.tsx"
]
},
"fmt": {
"exclude": ["coverage", "example/public/build"]
},
"exclude": [
"coverage",
"node_modules",
"example/public/build",
"example/routes/_main.ts",
"example/routes/_main.tsx"
],
"imports": {
"@udibo/http-error": "jsr:@udibo/http-error@0",
"@udibo/react-app": "./mod.tsx",
Expand Down
71 changes: 27 additions & 44 deletions deno.lock

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

Loading

0 comments on commit eac9226

Please sign in to comment.