aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/tsconfig.json
blob: 156a8ed2238460bc41bc6b324d922d8767605834 (plain) (blame)
1
2
3
4
5
{
  "extends": "../../tsconfig.json",
  "include": [ ".", "../typings" ],
  "exclude": [ ] // Overwrite exclude property
}