{
  "compilerOptions": {
    "jsx": "react",
    "esModuleInterop": true,
    "downlevelIteration": true,
    "noImplicitAny": true,
    "skipLibCheck": true
  },
  "include": ["src", "test/types"]
}
