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