{
  "extends": "./../ts/tsconfig.json",
  "include": [
    "lib/*.ts",
    "lib/**/*.ts"
  ],
  "files": [
    "./../ts/index.d.ts"
  ],
  "exclude": [
    "test"
  ]
}
