{
  "extends": "../../tsconfig.shared.json",
  "compilerOptions": {
    "rootDir": "src",
    "declarationDir": "dist-types"
  },
  "references": [
    { "path": "../design-system" },
    { "path": "../elements" },
    { "path": "../element-library" },
    { "path": "../fonts" },
    { "path": "../i18n" },
    { "path": "../masks" },
    { "path": "../media" },
    { "path": "../patterns" },
    { "path": "../react" },
    { "path": "../rich-text" },
    { "path": "../test-utils" },
    { "path": "../units" },
    { "path": "../url" }
  ],
  "include": ["src/**/*"]
}
