summaryrefslogtreecommitdiff
path: root/next-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'next-env.d.ts')
-rw-r--r--next-env.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/next-env.d.ts b/next-env.d.ts
index c6643fd..9bc3dd4 100644
--- a/next-env.d.ts
+++ b/next-env.d.ts
@@ -1,3 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
+
+// NOTE: This file should not be edited
+// see https://nextjs.org/docs/basic-features/typescript for more information.