diff --git a/.flowconfig b/.flowconfig index 2666821..33c44e1 100644 --- a/.flowconfig +++ b/.flowconfig @@ -7,7 +7,7 @@ [lints] [options] -module.name_mapper.extension='scss' -> '/src/flow/CSSModuleStub.js' +module.name_mapper.extension='scss' -> '/flow/css-module-stub.js' server.max_workers=4 [strict]