Skip to content

Commit 29e3757

Browse files
Slashgearclaude
andcommitted
chore: fix formatting on auto-generated files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aa4b9ee commit 29e3757

2 files changed

Lines changed: 4 additions & 16 deletions

File tree

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./dist/types/routes.d.ts";
3+
import './dist/types/routes.d.ts';
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

tsconfig.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ES2018",
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,
@@ -24,14 +20,6 @@
2420
}
2521
]
2622
},
27-
"include": [
28-
"next-env.d.ts",
29-
"**/*.ts",
30-
"**/*.tsx",
31-
"dist/types/**/*.ts",
32-
"dist/dev/types/**/*.ts"
33-
],
34-
"exclude": [
35-
"node_modules"
36-
]
23+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "dist/types/**/*.ts", "dist/dev/types/**/*.ts"],
24+
"exclude": ["node_modules"]
3725
}

0 commit comments

Comments
 (0)