Skip to content

Commit f4bca48

Browse files
KATO-Hiroclaude
andcommitted
chore(tsconfig): format include array for readability
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 96d4dd4 commit f4bca48

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
//
2121
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
2222
// from the referenced tsconfig.json - TypeScript does not merge them in
23-
"include": ["src/**/*.d.ts", "src/*", "src/**/*.ts", "src/**/*.svelte", "prisma/**/*.ts", "*.config.ts"],
23+
"include": [
24+
"src/**/*.d.ts",
25+
"src/*",
26+
"src/**/*.ts",
27+
"src/**/*.svelte",
28+
"prisma/**/*.ts",
29+
"*.config.ts"
30+
],
2431
"exclude": [".git", "node_modules"]
2532
}

0 commit comments

Comments
 (0)