This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Description
tsc complains about the following:
$ go generate
2015/09/08 12:01:53 running tsc
web/static/js/0-bosun.ts(21,13): error TS2345: Argument of type '{ title: string; templateUrl: string; controller: string; }' is not assignable to parameter of type 'IRoute'.
Object literal may only specify known properties, and 'title' does not exist in type 'IRoute'.
2015/09/08 12:01:55 run error: tsc: exit status 2
2015/09/08 12:01:55 run complete: tsc
2015/09/08 12:01:55 running esc
2015/09/08 12:01:55 run complete: esc
Could someone with typescript fu look at this?