We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c965de commit 4ca1acbCopy full SHA for 4ca1acb
demos/default/next-env.d.ts
@@ -1,5 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
+/// <reference types="next/navigation-types/compat/navigation" />
4
5
// NOTE: This file should not be edited
6
// see https://nextjs.org/docs/basic-features/typescript for more information.
demos/default/tsconfig.json
@@ -16,7 +16,8 @@
16
{
17
"name": "next"
18
}
19
- ]
+ ],
20
+ "strictNullChecks": true
21
},
22
"include": [
23
"next-env.d.ts",
0 commit comments