Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: Can't use newer JS features like `Array.at()` Solution: Set `lib=esnext`. This is still compatible with older node.js (our CI currently tests node.js 14), because `target=es2015`. So typescript will polyfill to es2015, but we can use esnext featuers in our `.ts` code.
- Loading branch information