## Summary - Add Playwright inspection scripts for problem canvas export, chain logging, and metrics capture - Save updated markdown snapshots and screenshot artifacts for homepage and problem section debugging - Include generated browser profile data used during the investigation ## Testing - Not run (not requested)
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"],
|
|
"exclude": ["node_modules", ".next"]
|
|
}
|