Skip to content

Commit

Permalink
[fix] type alias of Preact
Browse files Browse the repository at this point in the history
  • Loading branch information
Soecka committed Jul 1, 2024
1 parent 29c3f82 commit dfc2a85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"paths": {
"react": ["./node_modules/preact/compat/"],
"react/jsx-runtime": ["./node_modules/preact/jsx-runtime"],
"react-dom": ["./node_modules/preact/compat/"]
"react-dom": ["./node_modules/preact/compat/"],
"react-dom/*": ["./node_modules/preact/compat/*"]
},
"sourceMap": true,
"outDir": "./dist/"
Expand Down

0 comments on commit dfc2a85

Please sign in to comment.