Skip to content

Commit 4ca1acb

Browse files
committed
chore: automatic updates by next
1 parent 3c965de commit 4ca1acb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

demos/default/next-env.d.ts

+1
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 types="next/navigation-types/compat/navigation" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/basic-features/typescript for more information.

demos/default/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
{
1717
"name": "next"
1818
}
19-
]
19+
],
20+
"strictNullChecks": true
2021
},
2122
"include": [
2223
"next-env.d.ts",

0 commit comments

Comments
 (0)