Skip to content

tech-debt: Migrate tsconfig for TypeScript 6.0 compatibility #22

@SebTardif

Description

@SebTardif

TypeScript 6.0 deprecates moduleResolution: "node10" (error TS5107). Dependabot PR #21 bumps from 5.9.3 to 6.0.3 and fails CI because of this.

What needs to change:

  • Update tsconfig.json and tsconfig.test.json to use a supported moduleResolution value (likely "node16" or "bundler")
  • May require adjusting import paths or module resolution settings
  • See https://aka.ms/ts6 for the official migration guide

Files affected:

  • tsconfig.json
  • tsconfig.test.json
  • Potentially src/ imports if resolution behavior changes

Related: Dependabot PR #21

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