Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect
moduleResolution
in tsconfig.json
for package tests
`moduleResolution` must be set to `node` as `resolveJsonModule: true` cannot be used otherwise.
- Loading branch information