{
  "compilerOptions": {
    "target": "ES2020",
    "module": "ES2020",
    "moduleResolution": "node",
    "jsx": "react",
    "outDir": "./dist",
    "declaration": true,
    "strict": true,
    "allowSyntheticDefaultImports": true
  },
  "include": ["./lib"]
}