{
  "extends": "../../tsconfig.build.json",
  "compilerOptions": {
    "outDir": "./types",
    "composite": true,
    "rootDir": "./src"
  },
  "include": ["src/"],
  "references": [
    {
      "path": "../ui-babel-preset/tsconfig.build.json"
    },
    {
      "path": "../shared-types/tsconfig.build.json"
    },
    {
      "path": "../ui-themes/tsconfig.build.json"
    }
  ]
}
