diff --git a/.flowconfig b/.flowconfig new file mode 100644 index 0000000000..fe7801ea1a --- /dev/null +++ b/.flowconfig @@ -0,0 +1,22 @@ +[ignore] +.*/node_modules/.* +.*/build/.* +.*/test/.* +.*/vendor/.* +.*/public/.* +.*/logs/.* + +[include] +./src/ + +[libs] + +[lints] + +[options] +exact_by_default=false +module.system=node +module.use_strict=true +all=false + +[strict] \ No newline at end of file