Angular 8 and importing Json
"resolveJsonModule": true,
"esModuleInterop": true,
should be placed under compilerOptions
in tsconfig.json
, as per documentation.
See the example here.
In my case the good old commputer science approach worked, just restart Visual Studio Code.