Commit Graph

3 Commits

Author SHA1 Message Date
829bd6d5d8 Merge pull request '[QOTD-5] Configure test runner' (#3) from ssmp/qotd-5-r6 into main 2026-07-21 05:45:40 +00:00
sdlcadmin
47d6d61d51 [QOTD-5] Configure test runner with Vitest and placeholder test
Add src/placeholder.test.ts to confirm the Vitest harness works
end-to-end (npm test passes). Update CLAUDE.md project structure
to reflect the now-created src/ directory.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-21 05:07:27 +00:00
sdlcadmin
348204558f Add tsconfig.json and empty src/index.ts
Configures TypeScript with strict: true, target ES2020, rootDir src/, outDir dist/. tsc --noEmit passes cleanly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-21 05:05:02 +00:00