You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: