{
  "compilerOptions": {
    "strict": true,
    "strictNullChecks": true,
    "module": "ESNext",
    "target": "ES2020",
    "sourceMap": true,
    "esModuleInterop": true,
    "moduleResolution": "bundler",
    "incremental": true,
    "skipLibCheck": true,
    "baseUrl": "src",
    "jsx": "react-jsx",
    "noEmit": true,
    "lib": [
      "ES2020",
      "dom"
    ]
  },
  "include": [
    "src",
    "declaration.d.ts"
  ],
  "exclude": [
    "node_modules",
    "build",
    "dist"
  ]
}
