Import JSON into your Typescript project

In your tsconfig.json file. Make sure that the following options are set to true.
  • resolveJsonModule
  • esModuleInterop