mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Make Metro untyped instead of ignored to let Metro-config resolve type annotations
This commit is contained in:
+4
-1
@@ -23,7 +23,7 @@
|
||||
.*/Libraries/polyfills/.*
|
||||
|
||||
; Ignore metro
|
||||
.*/node_modules/metro/.*
|
||||
;.*/node_modules/metro/.*
|
||||
|
||||
; These should not be required directly
|
||||
; require from fbjs/lib instead: require('fbjs/lib/invariant')
|
||||
@@ -102,3 +102,6 @@ untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.85.0
|
||||
|
||||
[untyped]
|
||||
.*/metro/.*
|
||||
|
||||
Reference in New Issue
Block a user