Skip to content

Commit b91b88d

Browse files
ci: apply automated fixes and generate docs
1 parent 106789f commit b91b88d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

examples/react/next-server-actions/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,
@@ -30,7 +26,5 @@
3026
".next/types/**/*.ts",
3127
".next/dev/types/**/*.ts"
3228
],
33-
"exclude": [
34-
"node_modules"
35-
]
29+
"exclude": ["node_modules"]
3630
}

0 commit comments

Comments
 (0)