-
Notifications
You must be signed in to change notification settings - Fork 637
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose MetroConfig type in metro package
Summary: Pairs with D44416426. Slightly simplifies user setup when we decide to use this. ```diff - /** type {import('metro-config').MetroConfig} */ + /** type {import('metro').MetroConfig} */ const config = { ... }; ``` Changelog: **[Types]** Expose `MetroConfig` type in `metro` package Reviewed By: motiz88 Differential Revision: D44540077 fbshipit-source-id: 03fa91ffcdc054cb898a7739680366d7d0b31217
- Loading branch information
1 parent
07732e7
commit d2f3664
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters