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