I am trying to run this code but it is giving me following errors:
Animal.ts(10,13): error TS1056: Accessors are only available when targeting ECMAS
Try using tsc myTS.ts --target ES5
this is because TypeScript should Traget ECMA script 5 compiler.