Edit tsconfig.json;
"resolveJsonModule": true,
"esModuleInterop": true
And call json file;
import example from '../assets/example.json';
Edit tsconfig.json;
"resolveJsonModule": true,
"esModuleInterop": true
And call json file;
import example from '../assets/example.json';