{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "declarationDir": "typings"
  },
  "include": [
    "./custom.d.ts",
    "src/index.ts"
  ]
}