I\'m trying to compile via tsc--which I\'ve installed globally--and I\'m getting an error:
tsc
~/AppData/R
Add "skipLibCheck": true in compilerOptions in tsconfig.json.
"skipLibCheck": true
compilerOptions
This solved the issue. Check here