From ebf2424b47d8765cc1e7a0b6a83eeb8df6889322 Mon Sep 17 00:00:00 2001 From: Hanjeong Lee Date: Sun, 6 Jun 2021 05:06:30 +0900 Subject: [PATCH] fix(typescript): @types is automatically added (#347) https://github.com/vvo/next-iron-session/issues/346 See https://www.typescriptlang.org/tsconfig#typeRoots --- lib/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.d.ts b/lib/index.d.ts index 0670dd60..82e56b96 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -1,4 +1,4 @@ -import type { CookieSerializeOptions } from "@types/cookie"; +import type { CookieSerializeOptions } from "cookie"; export type SessionOptions = { /** Name of the cookie