packages/adapter-axios/tsconfig.json
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"baseUrl": "./src",
"paths": {
"@browser-adapter": ["./adapter/adapter.browser.ts"],
"@server-adapter": ["./adapter/adapter.server.ts"]
}
},
"exclude": ["dist", "jest.config.ts"]
}