Skip to content

Commit 3043f85

Browse files
committed
chore: update tsconfig.json
1 parent 892ad00 commit 3043f85

File tree

3 files changed

+3646
-2546
lines changed

3 files changed

+3646
-2546
lines changed

next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference types="next/navigation-types/compat/navigation" />
43

54
// NOTE: This file should not be edited
65
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

tsconfig.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"lib": [
5-
"dom",
6-
"dom.iterable",
7-
"esnext"
8-
],
4+
"lib": ["dom", "dom.iterable", "esnext"],
95
"allowJs": true,
106
"skipLibCheck": true,
117
"strict": true,
@@ -35,7 +31,5 @@
3531
"src/**/*.tsx",
3632
".next/types/**/*.ts"
3733
],
38-
"exclude": [
39-
"node_modules"
40-
]
34+
"exclude": ["node_modules"]
4135
}

0 commit comments

Comments
 (0)