diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-10-02 17:30:54 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-10-03 16:00:05 +0200 |
| commit | e1f1311a8842dcfc717d4c247f3834313d63b9b0 (patch) | |
| tree | 73d5e29e40c7e468768f1b61a8d8f912c25d681b /doc/next-env.d.ts | |
| parent | eb62ea0bd9ce87ca2aef05dc6b108ae79c4ce06c (diff) | |
Init Nextra app
Diffstat (limited to 'doc/next-env.d.ts')
| -rw-r--r-- | doc/next-env.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/next-env.d.ts b/doc/next-env.d.ts new file mode 100644 index 0000000..4f11a03 --- /dev/null +++ b/doc/next-env.d.ts @@ -0,0 +1,5 @@ +/// <reference types="next" /> +/// <reference types="next/image-types/global" /> + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information. |
