Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jun 28, 2022
1 parent 8fc43e1 commit 292e529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/next-auth/tests/lib.ts
@@ -1,5 +1,5 @@
import type { LoggerInstance, NextAuthOptions } from "../src"
import { NextAuthHandler } from "../src/core"
import type { LoggerInstance, NextAuthOptions } from "../src"

export const mockLogger: () => LoggerInstance = () => ({
error: jest.fn(() => {}),
Expand Down
5 changes: 2 additions & 3 deletions packages/next-auth/tsconfig.json
Expand Up @@ -14,8 +14,7 @@
"stripInternal": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"outDir": ".",

"outDir": "."
},
"exclude": ["./*.js", "./*.d.ts", "config"]
}
}

0 comments on commit 292e529

Please sign in to comment.