{
  "compilerOptions": {
    "allowJs": true,
    "noEmit": true,
    "strict": true,
    "target": "esnext",
    "jsx": "react",
    "moduleResolution": "node",
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "typeRoots": [
      "../node_modules/@types"
    ],
  }
}
