@hyper-fetch/core
Version:
Cache, Queue and Persist your requests no matter if you are online or offline!
14 lines (13 loc) • 407 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./src",
"paths": {
// This build produce the isomorphic build
"@browser-adapter": ["./http-adapter/http-adapter.browser.ts"],
"@server-adapter": ["./http-adapter/http-adapter.server.ts"],
"@hyper-fetch/core": ["../src"]
}
},
"exclude": ["node_modules", "dist", "jest.config.ts", "__tests__"]
}