summaryrefslogtreecommitdiff
path: root/pbt/ts/tsconfig.json
blob: d1646f0118f713e057f6834d5bdfa4dc56a1f443 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "./node_modules/gts/tsconfig-google.json",
  "compilerOptions": {
    "rootDir": ".",
    "outDir": "build"
  },
  "include": [
    "src/**/*.ts",
    "test/**/*.ts"
  ]
}