The docs suggest usage with Mocha is done like so:
mocha --compilers ts:ts-node/register
What if I want to specify a TypeScript project for the files? I've tried the following to no avail:
mocha --compilers ts:ts-node/register --project server/tsconfig.json
The docs suggest usage with Mocha is done like so:
What if I want to specify a TypeScript project for the files? I've tried the following to no avail: