Skip to content

Commit 77c2df3

Browse files
ascorbicgithub-actions[bot]
authored andcommitted
chore: format
1 parent 7fbcc41 commit 77c2df3

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

examples/nextjs/tsconfig.json

Lines changed: 3 additions & 11 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,
@@ -19,9 +15,7 @@
1915
"jsx": "react-jsx",
2016
"incremental": true,
2117
"paths": {
22-
"@/*": [
23-
"./*"
24-
]
18+
"@/*": ["./*"]
2519
},
2620
"plugins": [
2721
{
@@ -36,7 +30,5 @@
3630
".next/types/**/*.ts",
3731
".next/dev/types/**/*.ts"
3832
],
39-
"exclude": [
40-
"node_modules"
41-
]
33+
"exclude": ["node_modules"]
4234
}

0 commit comments

Comments
 (0)