{
  "extends": "@lg-tools/build/config/package.tsconfig.json",
  "compilerOptions": {
    "paths": {
      "@leafygreen-ui/icon/dist/*": [
        "../icon/src/generated/*"
      ],
      "@leafygreen-ui/*": [
        "../*/src"
      ],
      "highlight.js": [
        "./node_modules/highlight.js"
      ]
    }
  },
  "include": [
    "src/**/*"
  ],
  "exclude": [
    "**/*.stories.*",
    "node_modules"
  ],
  "references": [
    {
      "path": "../a11y"
    },
    {
      "path": "../button"
    },
    {
      "path": "../emotion"
    },
    {
      "path": "../hooks"
    },
    {
      "path": "../icon"
    },
    {
      "path": "../icon-button"
    },
    {
      "path": "../lib"
    },
    {
      "path": "../palette"
    },
    {
      "path": "../select"
    },
    {
      "path": "../skeleton-loader"
    },
    {
      "path": "../tokens"
    },
    {
      "path": "../tooltip"
    },
    {
      "path": "../typography"
    },
    {
      "path": "../leafygreen-provider"
    }
  ]
}
