Skip to content

chore: fix root TypeScript build references #3

@ubugeeei

Description

@ubugeeei

Finding

The root TypeScript build graph is stale. Running npx tsc -b fails before checking the app because tsconfig.node.json includes vite.config.ts, which does not exist in this repo.

Evidence

  • npx tsc -b --pretty false fails with TS18003 for tsconfig.node.json.
  • Actual config files are vite.studio.config.ts and vite.render.config.ts.

Acceptance criteria

  • Update tsconfig.node.json to include the actual Vite config files.
  • Add a package script for typecheck.
  • npx tsc -b --pretty false passes locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions