{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "rootDir": ".",
    "removeComments": true
  },
  "include": [
    "index.ts",
    "src/**/*"
  ],
  "exclude": [
    "tests/**/*"
  ]
}
