{
  "extends": "./../../tsconfig.json",
  "compilerOptions": {
    "outDir": "./dist"
  },
  "include": ["./src/index.ts"],
  "exclude": ["./dist/**/*.ts"]
}
