{
  "compilerOptions": {
    "strict": true,
    "noEmit": true,
    "baseUrl": "../src",
    "moduleResolution": "node",
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "paths": {
      "@hyper-fetch/core": ["../src"]
    }
  }
}
