Skip to content

Commit bd4be17

Browse files
committed
fix(types): add reference path for routes in next-env.d.ts
1 parent 7e4d37e commit bd4be17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)