The issue was resolved by adding the following to the compiler options in the tsconfig.json file:
“moduleResolution”: “node”,
I added it just above “resolveJsonModule”: true
The issue was resolved by adding the following to the compiler options in the tsconfig.json file:
“moduleResolution”: “node”,
I added it just above “resolveJsonModule”: true