#TypeScript / #Javascript is just nonstop astonishment.
The error message:
`Cannot read properties of undefined (reading 'readJsonSync')`
The solution:
```
"esModuleInterop": true
```
The zen of TypeScript. There isn't a way to do it. But if there is, it is astonishing.
♡ 2 ↻ 0