i use rxjs with typescript but i got the next ERROR
Could not find a declaration file for module 'rxjs'.'C:/Path/to/project/node_modules/rxjs/dist/cjs/index.js'
typescript version 4.7.4
rxjs version 7.5.6
working with vscode 1.59
i create new angular 14 app. to solve this i tried to upgrade the typescript version like i saw inw the github issue that it solved afer typescript 4.2 and above but i still have the error
how to solve the versiong problem ?