Skip to content

Commit 4d234bd

Browse files
committed
fix: update .flowconfig to take .cjs
1 parent 64958c5 commit 4d234bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.flowconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ sharedmemory.hash_table_pow=21
2929
esproposal.export_star_as=enable
3030
esproposal.optional_chaining=enable
3131
module.file_ext=.js
32+
module.file_ext=.cjs
3233
module.file_ext=.scss
3334
module.name_mapper.extension='scss' -> '<PROJECT_ROOT>/flow/EmptyFlowStub.js.flow'
3435
module.name_mapper.extension='css' -> '<PROJECT_ROOT>/flow/EmptyFlowStub.js.flow'

0 commit comments

Comments
 (0)