Import JSON file in Typescript

Burak Odabaş - Sep 17 '19 - - Dev Community

Edit tsconfig.json;

"resolveJsonModule": true,
"esModuleInterop": true

And call json file;

import example from '../assets/example.json';

. .
Terabox Video Player