Is it possible to override which tsconfig.json ts-node uses when called from mocha?
tsconfig.json
My main tsconfig.json contains \"module\": \"es20
\"module\": \"es20
On mac
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha --require ts-node/register test/**/*.ts",