Thanks for creating this, however when i install the NPM module and then attempt to run tsc 5.0.4 over the provided code i get the following error.
test_willow.ts:17:1 - error TS1378: Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher.
17 await client.init();
~~~~~
Found 1 error in test_willow.ts:17
Thanks for creating this, however when i install the NPM module and then attempt to run tsc 5.0.4 over the provided code i get the following error.