aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/tsconfig.json
blob: 8b4163e7fa344bcbaef280d73a6fa1f2c5dfbac7 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src"
  },
  "exclude": ["node_modules", "lib", "test"]
}