Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update TS config to use target/module "ES2022" to allow compiling .ts files that use top level await. Depending on features used this can produce code incompatible with node 15 and below - see https://kangax.github.io/compat-table/es2016plus/ - we only officially support [Current and Active LTS](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md#supported-versions) (18/19 at the time of writing) so all good here I think.
- Loading branch information