typescript compiler doesn't add json file code example
Example: typescript compiler doesn't add json file
// add the underneath code in tsconfig.json, now json file will be imported
"resolveJsonModule": true
// add the underneath code in tsconfig.json, now json file will be imported
"resolveJsonModule": true