diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-06-29 21:11:25 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-06-29 21:11:25 +0300 |
| commit | ac31a7d9d43d3dcaa37906569dcb8eaf8429b3bf (patch) | |
| tree | bfeb5d9326bcace756457f6a5a7513ec4a783709 /next-env.d.ts | |
Initial commit
Diffstat (limited to 'next-env.d.ts')
| -rw-r--r-- | next-env.d.ts | 2 |
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" /> |
