Accessors are only available when targeting ECMA Script 5 and higher.

运行  tsc demo.ts  出错(demo 是我的文件名)

 

需要指定编译到版本ES5或以上

 

运行   tsc  demo.ts  -t  es5

 

你可能感兴趣的:(Bug集锦,TypeScript)