diff --git a/.flowconfig b/.flowconfig index 4fc057fc..8a22200a 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,5 +1,6 @@ [ignore] .*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json +.*/build/.* [options] module.name_mapper='^types/\(.*\)$' -> '/types/\1.js'