When using a numeric separator in a TS file, `esbuild` fails to compile it with the following error message: ``` ✘ [ERROR] Syntax error "_" src/app/commission/commission.integration.ts:125:35: 125 │ profitAmount: 0_00, ╵ ^ 1 error ```