aboutsummaryrefslogtreecommitdiff
path: root/examples/next/next-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/next/next-env.d.ts')
-rw-r--r--examples/next/next-env.d.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/next/next-env.d.ts b/examples/next/next-env.d.ts
new file mode 100644
index 000000000..9bc3dd46b
--- /dev/null
+++ b/examples/next/next-env.d.ts
@@ -0,0 +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.