{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "declaration": true,
    "declarationDir": "tmp/typings/main",
    "allowJs": true,
    "emitDeclarationOnly": true,
  },
  "include": [
    "index.js",
  ]
}