Skip to content

Commit fc39d77

Browse files
ci: apply automated fixes
1 parent 8da9c2e commit fc39d77

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

examples/react/nextjs-suspense-streaming/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,
@@ -31,7 +27,5 @@
3127
".next/types/**/*.ts",
3228
".next/dev/types/**/*.ts"
3329
],
34-
"exclude": [
35-
"node_modules"
36-
]
30+
"exclude": ["node_modules"]
3731
}

0 commit comments

Comments
 (0)