{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "lib/",
    "rootDir": "./src",
    "emitDeclarationOnly": true
  },
  "references": [],
  "include": ["src/**/*.ts", "src/**/*.json"],
  "exclude": ["jest.config.ts"]
}
