c2e4317590
Reports which components and hooks React Compiler skipped optimizing, using the Babel plugin's `logger` option and grouping the diagnostics by the compiler's own ErrorCategory. Runs in the Lint workflow, where it writes the report to the job summary. Always exits 0 - a metric, not a gate. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
13 lines
351 B
JSON
13 lines
351 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src", "modules", "app.config.js", "scripts/*.ts"],
|
|
/*
|
|
* Ambient check shims apply only to the platform pass that includes them
|
|
* back (tsconfig.check.android.json, tsconfig.check.web.json).
|
|
*/
|
|
"exclude": [
|
|
"src/platform/*.android-check.d.ts",
|
|
"src/platform/*.web-check.d.ts"
|
|
]
|
|
}
|