Skip to content

Commit eca4047

Browse files
authored
Merge pull request #2378 from AtCoder-NoviSteps/#2377
:chore: Exclude .git in tsconfig.json (#2377)
2 parents 582ec5f + cd6b72a commit eca4047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
2121
// from the referenced tsconfig.json - TypeScript does not merge them in
2222
"include": ["src/**/*.d.ts", "src/*", "src/**/*.ts", "src/**/*.svelte"],
23-
"exclude": ["node_modules"]
23+
"exclude": [".git", "node_modules"]
2424
}

0 commit comments

Comments
 (0)