Skip to content

fix: add type checks for TypeScript workspaces - #1447

Merged
ishaanxgupta merged 1 commit into
supermemoryai:mainfrom
abhinavkr26104:fix/expand-check-types
Aug 13, 2026
Merged

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

Conversation

@abhinavkr26104

Copy link
Copy Markdown
Contributor

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

@ved015 ved015 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@ishaanxgupta
ishaanxgupta merged commit 9d64e0f into supermemoryai:main Aug 13, 2026
5 checks passed
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

3 participants