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:
- 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
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
baseUrlandtarget: "es5".To reproduce:
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