From 0d59c43980ea592fd470d334124bf0fe322a7ad7 Mon Sep 17 00:00:00 2001 From: Pavel Date: Tue, 5 Sep 2017 18:32:57 +0300 Subject: [PATCH] Add module name mapping for emotion-utils to .flowconfig --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 4a58bdcde..adb1526a7 100644 --- a/.flowconfig +++ b/.flowconfig @@ -5,3 +5,4 @@ [libs] [options] +module.name_mapper='^\(emotion-utils\)$' -> '/packages/\1/src'