Add the following to the tsconfig.json file:
{
	"compilerOptions": {
		"resolveJsonModule": true,
		"esModuleInterop": true
	}
}
Then import like this:
import ongoingCourses from './data/ongoing.json';
Add the following to the tsconfig.json file:
{
	"compilerOptions": {
		"resolveJsonModule": true,
		"esModuleInterop": true
	}
}
Then import like this:
import ongoingCourses from './data/ongoing.json';
© Ravi Mashru. 2022