{
  // This configuration is used for local development and type checking.
  "extends": "./tsconfig.base.json",
  "include": ["src", "test/src"],
  "exclude": [],
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "~viem/*": ["./src/*"],
      "~test/*": ["./test/*"]
    }
  }
}
