aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ui/tsconfig.json
blob: 8b9507eac402a14129b6714ed477784fc37ce05c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "../../tsconfig.settings.json",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src"
  },
  "references": [
    {
      "path": "../theme"
    }
  ]
}