I had the same issue on Angular 17.3.12
I have done all the obvious - clean npm cache, delete node_modules and package-lock.json and npm install - no need in all of that, the issue is the typescript version, you should find the one suit to your project.
I had typescript 5.6.3 in package.json, I have downgrade to 5.2.0 - solved the issue.