Skip to content

Commit 89b04f7

Browse files
committed
style: formatting
1 parent 20a8d96 commit 89b04f7

File tree

1 file changed

+4
-17
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-15-intl

1 file changed

+4
-17
lines changed
Lines changed: 4 additions & 17 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,
@@ -22,19 +18,10 @@
2218
}
2319
],
2420
"paths": {
25-
"@/*": [
26-
"./*"
27-
]
21+
"@/*": ["./*"]
2822
},
2923
"target": "ES2017"
3024
},
31-
"include": [
32-
"next-env.d.ts",
33-
"**/*.ts",
34-
"**/*.tsx",
35-
".next/types/**/*.ts"
36-
],
37-
"exclude": [
38-
"node_modules"
39-
]
25+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
26+
"exclude": ["node_modules"]
4027
}

0 commit comments

Comments
 (0)