{
  "compilerOptions": {
    "esModuleInterop": true,
    "target": "esnext",
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "module": "esnext",
    "lib": ["dom", "dom.iterable", "esnext"],
    "allowJs": false,
    "skipLibCheck": true,
    "allowSyntheticDefaultImports": true,
    "strict": true,
    "forceConsistentCasingInFileNames": true,
    "moduleResolution": "node",
    "resolveJsonModule": true,
    "sourceMap": true,
    "jsx": "preserve"
  },
  "include": ["src", "types"]
}
