{
  "extends": "../../tsconfig.base",
  "compilerOptions": {
    "composite": true,
    "outDir": "_",
    "rootDir": "src"
  },
  "include": ["src/**/*"],
  "references": [
    { "path": "../color" },
    { "path": "../gloss" },
    { "path": "../gloss-theme" },
    { "path": "../fast-compare" },
    { "path": "../fuzzy-search" },
    { "path": "../utils" },
    { "path": "../use-store" }
  ]
}
