From 6c585b4d2242e8a938791bc98bc61447374dd604 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 24 Jan 2022 18:44:11 -0800 Subject: [PATCH] Create next-env.d.ts --- next-env.d.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 next-env.d.ts diff --git a/next-env.d.ts b/next-env.d.ts new file mode 100644 index 00000000..4f11a03d --- /dev/null +++ b/next-env.d.ts @@ -0,0 +1,5 @@ +/// +/// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information.