here is an example
TSCONFIG.JSON you will find this in your angular app root folder. Change the compiler options to set resolveJsonModule to TRUE
{
"compileOnSave": false,
"compilerOptions": {
"resolveJsonModule": true,
}
}
here is an example
TSCONFIG.JSON you will find this in your angular app root folder. Change the compiler options to set resolveJsonModule to TRUE
{
"compileOnSave": false,
"compilerOptions": {
"resolveJsonModule": true,
}
}