Skip to content

Add CLAUDE.md; strict TS config; Vite env fixes#59

Merged
timok19 merged 1 commit into
mainfrom
feature/update-tsconfig
Apr 27, 2026
Merged

Add CLAUDE.md; strict TS config; Vite env fixes#59
timok19 merged 1 commit into
mainfrom
feature/update-tsconfig

Conversation

@timok19
Copy link
Copy Markdown
Owner

@timok19 timok19 commented Apr 27, 2026

Add a new .claude/CLAUDE.md with repository guidance for Claude Code. Tighten AffirmationGenerator.Client/tsconfig.node.json by enabling many stricter TypeScript checks (noUnusedLocals/Parameters, noFallthroughCasesInSwitch, noUncheckedIndexedAccess, noImplicitOverride, jsx/target, path alias, etc.) and normalize the include. Update vite.config.ts to use bracket-style env access (env["VAR"]) and normalize APPDATA/HOME usage when resolving local HTTPS cert paths to avoid potential runtime/typing issues.

Add a new .claude/CLAUDE.md with repository guidance for Claude Code. Tighten AffirmationGenerator.Client/tsconfig.node.json by enabling many stricter TypeScript checks (noUnusedLocals/Parameters, noFallthroughCasesInSwitch, noUncheckedIndexedAccess, noImplicitOverride, jsx/target, path alias, etc.) and normalize the include. Update vite.config.ts to use bracket-style env access (env["VAR"]) and normalize APPDATA/HOME usage when resolving local HTTPS cert paths to avoid potential runtime/typing issues.
@timok19 timok19 merged commit e5feedf into main Apr 27, 2026
1 check passed
@timok19 timok19 deleted the feature/update-tsconfig branch April 27, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant