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