Files
sase.tr/ralph-vin-test/tsconfig.json
Sase Dev 24c8f066d5 chore: add SEO audit skill, EMEX migration plan, VIN test harness, and knowledge docs
- Add .agents/skills/seo-audit + .claude/skills/seo-audit skill
- Add .claude/plans/emex-mysql-to-postgres.md migration plan
- Add ralph-vin-test/ VIN decode test harness with progress tracking
- Add knowledge.md, postalMail.txt, ralpRapor.md reference docs
- Update scripts screenshots (quickgroups-tree, vehicles-page)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 19:52:45 +00:00

13 lines
233 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist"
},
"include": ["*.ts"]
}