aboutsummaryrefslogtreecommitdiffstats
path: root/next-env.d.ts
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-11-04 13:34:02 +0200
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-11-04 13:34:02 +0200
commit462b2fe10cf45da3dbcb5ee20ca6dfb79f46e6b6 (patch)
tree2862938769f5c3e0efd57f5256dbdbb5452cdb4e /next-env.d.ts
Initial commit
Diffstat (limited to 'next-env.d.ts')
-rw-r--r--next-env.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/next-env.d.ts b/next-env.d.ts
new file mode 100644
index 0000000..7b7aa2c
--- /dev/null
+++ b/next-env.d.ts
@@ -0,0 +1,2 @@
+/// <reference types="next" />
+/// <reference types="next/types/global" />