[healthcheck] Only glob files with certain extensions by default

ghstack-source-id: b8db172669
Pull Request resolved: https://github.com/facebook/react-forget/pull/2957
This commit is contained in:
Lauren Tan
2024-05-11 00:56:48 -04:00
parent 63e5330260
commit 76b7331b0d
@@ -20,7 +20,7 @@ async function main() {
.option("src", {
description: "glob expression matching src files to compile",
type: "string",
default: "**/*.*",
default: "**/*.{js,jsx,ts,tsx,json}",
})
.parseSync();