src/api/node_modules/@types/express-serve-static-core/index.d.ts:1169:18 - error TS1005: ';' expected.
1169 * Check if setting
is enabled (truthy).
getting this error my typescript version in installed in project is "typescript": "~4.0.5" and tsc version is Version 5.1.6 which is installed globally and the project is with node 14
I want to fix this issue I have uninstalled typescript globally and tried to install another version but didn't work