> ## Documentation Index
> Fetch the complete documentation index at: https://adro.codes/llms.txt
> Use this file to discover all available pages before exploring further.

# Import JSON into your Typescript project

> Learn how to import JSON files into your typescript (.ts, .tsx) files

# Import JSON into your Typescript project

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

* `resolveJsonModule`
* `esModuleInterop`
