Typescript guide gives “Duplicate function implementation” warning

后端 未结 6 1690
小蘑菇
小蘑菇 2020-12-30 20:44

I\'m getting started with TypeScript and at moment I\'m following the TypeScript in 5 minutes guide. I\'m receiving a strange warning in Visual Studio Code when I hover the

6条回答
  •  天命终不由人
    2020-12-30 21:48

    When we open both file.ts and the transpiled file.js files and do TSC, this error occurs.
    Please close the transpiled file.js and try again.

提交回复
热议问题