#3375·emotion

dtslint Github workflow is currently broken

Author: ShoonkeyCreated May 3, 2026Updated May 3, 2026
Labelsbugneeds triage

Current behavior:

The dtslint job in the CI/CD pipeline is currently broken and leading every pull request to fail regardless of their changes. The errors indicate it's happening due to breaking changes coming up in Typescript 7.0, that will invalidate baseUrl and target: "es5".

To reproduce:

  1. Trigger the CI/CD pipeline

Expected behavior:

The CI/CD pipeline should be able to run smoothly in updates to the repository that don't break its tests and requirements.

Environment information:

N/A