fix building by adjusting types
This commit is contained in:
parent
6cf544fc72
commit
27a604dc90
10 changed files with 70 additions and 45 deletions
2
types/index.d.ts
vendored
Normal file
2
types/index.d.ts
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
import "@total-typescript/ts-reset";
|
2
types/next-auth.d.ts
vendored
2
types/next-auth.d.ts
vendored
|
@ -1,5 +1,3 @@
|
|||
import "@total-typescript/ts-reset";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
import type { User } from "next-auth"
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue