{
  "extends": "../../tsconfig.json",
  "include": ["./src"],
  "compilerOptions": {
    // Workaround for storybook build
    "baseUrl": "../..",
    "composite": true,
    "noEmit": false,
    "outDir": "lib"
  },
  "references": [
    {
      "path": "../../apps/core"
    },
    {
      "path": "../../packages/component"
    },
    {
      "path": "../../packages/env"
    },
    {
      "path": "../../packages/workspace"
    },
    {
      "path": "../../plugins/image-preview"
    },
    {
      "path": "./tsconfig.node.json"
    }
  ]
}