summaryrefslogtreecommitdiff
path: root/pbt/ts/tsconfig.json
blob: 15fbe0feb9cb63849eff113f03f50f035b507d81 (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"
, "src/property.ts~", "src/index.ts~"  ]
}