{
  "extends": "@arc-ui/community-typescript-config/base.json",
  "include": ["src"],
  "compilerOptions": {
    "rootDir": "src",
    "baseUrl": "./",
    "lib": ["dom", "esnext"],
    "jsx": "react",
    "declaration": false
  }
}
