Skip to content

fix: add type checks for TypeScript workspaces - #1447

Open
abhinavkr26104 wants to merge 1 commit into
supermemoryai:mainfrom
abhinavkr26104:fix/expand-check-types
Open

fix: add type checks for TypeScript workspaces#1447
abhinavkr26104 wants to merge 1 commit into
supermemoryai:mainfrom
abhinavkr26104:fix/expand-check-types

Conversation

@abhinavkr26104

Copy link
Copy Markdown

Closes #1446

Summary

  • add check-types scripts to the web app, browser extension, and memory graph playground
  • add check-types scripts to the UI, hooks, lib, and validation packages
  • reuse the browser extension’s existing compile command for type checking

Notes

The docs workspaces remain excluded because they do not contain a TypeScript configuration or TypeScript source to check.

Validation

  • confirmed Turbo now resolves executable check-types commands for all affected TypeScript workspaces
  • ran bun run check-types

The expanded check currently exposes pre-existing type errors in @repo/ui/other/anonymous-auth.tsx. This is the intended coverage change; those errors were previously skipped and should be fixed separately before requiring the expanded command to pass in CI.

@graphite-app graphite-app Bot added the extension related to Supermemory Chrome Extension label Aug 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

extension related to Supermemory Chrome Extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: make check-types cover all major workspaces

1 participant