From aaf276100407fb07c03d68323821936f48fd339d Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Sat, 25 Feb 2023 16:27:38 -0800 Subject: [PATCH] add total-typescript ts-reset --- types/next-auth.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/next-auth.d.ts b/types/next-auth.d.ts index 0b1a22ed..cfe646d8 100644 --- a/types/next-auth.d.ts +++ b/types/next-auth.d.ts @@ -1,3 +1,5 @@ +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