Skip to content

Commit

Permalink
fix: add return type to useFloatingPortalNode (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihkeleidast committed Jun 1, 2022
1 parent ba29a29 commit 880854a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"emitDeclarationOnly": true,
"jsx": "react-jsx",
"outDir": "../packages",
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"strict": true
}
}

0 comments on commit 880854a

Please sign in to comment.