{
  "extends": "../shared/base.tsconfig.json",
  "compilerOptions": {
    "declarationDir": "./lib",
    "rootDir": "./src",
    "outDir": "./lib"
  },
  "exclude": ["**/*.test.ts", "**/*.test.js", "tests", "lib"]
}
