Skip to content

Commit 880854a

Browse files
authored
fix: add return type to useFloatingPortalNode (floating-ui#1735)
1 parent ba29a29 commit 880854a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.config/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"emitDeclarationOnly": true,
1313
"jsx": "react-jsx",
1414
"outDir": "../packages",
15-
"allowSyntheticDefaultImports": true
15+
"allowSyntheticDefaultImports": true,
16+
"strict": true
1617
}
1718
}

0 commit comments

Comments
 (0)