Skip to content

Commit

Permalink
Update flowconfig RSD path
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Mar 4, 2024
1 parent 0a92546 commit fda70f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
flow-typed

[options]
module.name_mapper='^react-strict-dom$' -> '<PROJECT_ROOT>/packages/react-strict-dom/dist/native.js.flow'
module.name_mapper='^react-strict-dom$' -> '<PROJECT_ROOT>/packages/react-strict-dom/dist/native/index.js.flow'
module.system.node.resolve_dirname=flow_modules
module.system.node.resolve_dirname=node_modules
suppress_type=$FlowIssue
Expand Down

0 comments on commit fda70f0

Please sign in to comment.