Files
twenty/packages/twenty-website-new/tsconfig.spec.json
T
Thomas des FrancsandGitHub 300be990b0 halftone v2 (#19573)
## 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)
2026-04-11 10:00:24 +00:00

10 lines
202 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": true,
"types": ["jest", "node"]
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules", ".next"]
}