aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/tsconfig.json
Commit message (Collapse)AuthorAgeFilesLines
* Exclude test files from tsc build and rebuild production assetsClaude36 hours1-1/+2
| | | | | | | | | | Test files use Node built-ins (fs, path) which aren't available to the browser-targeted tsconfig. Excluding *.test.ts from tsc is the standard Vite/Vitest pattern — vitest handles test type-checking separately. Also rebuilds web/dist/v3/ to include the CSS overflow fixes. https://claude.ai/code/session_0141nhxmYfoFPVPZ813K1XFD
* Scaffold Vanilla JS Frontend (v3): Create directory, update Makefile/web.go, ↵Adam Mathes14 days1-0/+26
embed dist/v3