标签: visual-studio typescript
我已经安装了VS Community 2017,安装了TypeScript 2.5.2但是在VS编辑器中仍然有这条潦草的红线:
interface Component<T = {}> { }
错误
TS1005 ',' expected