Skip to content

Commit 80ac960

Browse files
committed
do it again
1 parent a733171 commit 80ac960

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

tsconfig.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"compilerOptions": {
3-
"lib": [
4-
"dom",
5-
"dom.iterable",
6-
"esnext"
7-
],
3+
"lib": ["dom", "dom.iterable", "esnext"],
84
"allowJs": true,
95
"skipLibCheck": true,
106
"strict": true,
@@ -24,9 +20,7 @@
2420
}
2521
],
2622
"paths": {
27-
"@/*": [
28-
"./*"
29-
]
23+
"@/*": ["./*"]
3024
}
3125
},
3226
"include": [
@@ -36,8 +30,5 @@
3630
".next/types/**/*.ts",
3731
".next/dev/types/**/*.ts"
3832
],
39-
"exclude": [
40-
"node_modules",
41-
"jest.*.ts"
42-
]
33+
"exclude": ["node_modules", "jest.*.ts"]
4334
}

0 commit comments

Comments
 (0)