TypeScript: Duplicate identifier 'IteratorResult'

后端 未结 10 1835
无人共我
无人共我 2020-12-15 01:59

I\'m trying to compile via tsc--which I\'ve installed globally--and I\'m getting an error:

~/AppData/R         


        
10条回答
  •  独厮守ぢ
    2020-12-15 02:42

    Add "skipLibCheck": true in compilerOptions in tsconfig.json.

    This solved the issue. Check here

提交回复
热议问题