{
  "extends": "@fluentui-react-native/scripts/tsconfig",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src",
    "composite": true,
    "tsBuildInfoFile": ".cache/tsconfig.tsbuildinfo"
  },
  "include": ["src"],
  "references": [
    {
      "path": "../../utils/adapters/tsconfig.json"
    },
    {
      "path": "../../framework-base/tsconfig.json"
    },
    {
      "path": "../../framework/framework/tsconfig.json"
    },
    {
      "path": "../../utils/interactive-hooks/tsconfig.json"
    },
    {
      "path": "../../../scripts/tsconfig.json"
    },
    {
      "path": "../../utils/test-tools/tsconfig.json"
    },
    {
      "path": "../../theming/theme-tokens/tsconfig.json"
    },
    {
      "path": "../../utils/tokens/tsconfig.json"
    },
    {
      "path": "../../deprecated/foundation-compose/tsconfig.json"
    }
  ]
}
