aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 3095a6367775c900bd9fbba33fc06cd1ce6759d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "files": [
    "packages/**/*.{ts,tsx}"
  ],
  "references": [
    {
      "path": "packages/theme"
    },
    {
      "path": "packages/forms"
    }
  ]
}