For anybody who has tried and had problems with typescript-require you may want to try ts-node.
$ npm install -g ts-node
$ mocha --require ts-node/register src/**/*.spec.ts
It also appears that there has been some ongoing discussion about deprecating typescript-require in favor of ts-node.