Skip to content

Commit 277953d

Browse files
committed
update next-env.d.ts and tsconfig.json
1 parent e2d65e0 commit 277953d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

next-env.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
/// <reference types="next" />
2-
/// <reference types="next/types/global" />
2+
/// <reference types="next/image-types/global" />
3+
4+
// NOTE: This file should not be edited
5+
// see https://nextjs.org/docs/basic-features/typescript for more information.

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"moduleResolution": "node",
1717
"resolveJsonModule": true,
1818
"isolatedModules": true,
19-
"jsx": "preserve"
19+
"jsx": "preserve",
20+
"incremental": true
2021
},
2122
"include": [
2223
"next-env.d.ts",

0 commit comments

Comments
 (0)