{
  "extends": "../../tsconfig/isomorphic.json",
  "include": ["./src"],
  "exclude": ["**/*.test.ts"],
  "compilerOptions": {
    "noImplicitAny": true,
    "importHelpers": true,
    "target": "ES2023",
    "rootDir": "./src",
    "outDir": "./dist"
  }
}
