{
  "extends": "../../tsconfig.json",
  "include": [
    "./src"
  ],
  "exclude": ["./tsup.config.ts"],
  "compilerOptions": {
    "jsxImportSource": "@emotion/react"
  },
  "references": [
    {
      "path": "./tsconfig.node.json"
    }
  ]
}