{
  "extends": "./tsconfig.base.json",
  "include": ["src"],
  "compilerOptions": {
    "target": "ES2020",
    "module": "ES2020",
    "outDir": "./lib"
  }
}