{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "module": "ESNext",
    "target": "ESNext",
    "rootDir": "./lib"
  },
  "exclude": ["jest.config.ts"]
}
