aboutsummaryrefslogtreecommitdiff
path: root/x-pack/tsconfig.json
blob: a01f0127c96cb170227b1135e1f7b93251ef62b3 (plain)
1
2
3
4
5
6
7
8
{
  "extends": "../tsconfig.json",
  "include": [
    "common/**/*",
    "server/**/*",
    "plugins/**/*"
  ]
}