Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
olavis committed Aug 25, 2023
1 parent e390024 commit 786b1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/auth/apiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { apiConfig } from './authConfig'

export const apiClient = createClient<paths>({
baseUrl: apiConfig.baseUrl,
// headers: new Headers({ Authorization: `Bearer ${token}` }),
})

export type ApiClient = typeof apiClient
10 changes: 2 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
Expand All @@ -20,7 +16,5 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"src/**/*"
]
"include": ["src/**/*"]
}

0 comments on commit 786b1dc

Please sign in to comment.