Closed cloudinary-pkoniu closed 1 year ago
Removing typescript installed as a dependency of dtslint. Why? dtslint always installs typescript@next which probably caused our pipeline to start failing ~2 weeks ago. Using --localTs did not help the issue.
typescript
dtslint
typescript@next
--localTs
Brief Summary of Changes
Removing
typescript
installed as a dependency ofdtslint
. Why?dtslint
always installstypescript@next
which probably caused our pipeline to start failing ~2 weeks ago. Using--localTs
did not help the issue.What Does This PR Address?
Are Tests Included?