Skip to content

Commit

Permalink
chore: fix jsx runtime types
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Oct 17, 2022
1 parent 4e38d07 commit 401b13a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ten-feet-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ultrahtml": patch
---

Fix JSX runtime types
1 change: 1 addition & 0 deletions jsx-runtime.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/jsx-runtime/index'
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"files": [
"selector.d.ts",
"transform.d.ts",
"jsx-runtime.d.ts",
"transformers",
"dist",
"CHANGELOG.md"
Expand All @@ -37,6 +38,10 @@
"./transformers/*": {
"types": "./dist/transformers/*.d.ts",
"import": "./dist/transformers/*.js"
},
"./jsx-runtime": {
"types": "./dist/jsx-runtime/index.d.ts",
"import": "./dist/jsx-runtime/index.js"
}
},
"keywords": [
Expand Down

0 comments on commit 401b13a

Please sign in to comment.