This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ts): update ts module & moduleResolution (#319)
<!-- Thanks for sending a pull request! --> #### What this PR does / why we need it: In ts 5.2 onwards module and moduleResolution has to be set to `node16` or `nodenext` https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/ #### Which issue(s) will this PR fix?: <!-- (Optional) Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Fixes # #### Additional comments?:
- Loading branch information