"resolveJsonModule": true,
"esModuleInterop": true,
should be placed under compilerOptions in tsconfig.json, as per documentation.
See the example here.
"resolveJsonModule": true,
"esModuleInterop": true,
should be placed under compilerOptions in tsconfig.json, as per documentation.
See the example here.