Skip to content

Commit

Permalink
Update flowconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Mar 4, 2024
1 parent 0a92546 commit 01c6f32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
[ignore]
.*/malformed_package_json/.*
<PROJECT_ROOT>/.*/__tests__/.*
<PROJECT_ROOT>/packages/react-strict-dom/dist/dom.www.js.flow

[include]

[libs]
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 01c6f32

Please sign in to comment.