Skip to content

Commit 6f084c5

Browse files
committed
Fixed a bug
1 parent 024de32 commit 6f084c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tsconfig.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"extends": "@sindresorhus/tsconfig",
33
"compilerOptions": {
4-
// See <https://github.com/microsoft/TypeScript/issues/50544>. This does not
5-
// seem solved with 4.8.3.
6-
"forceConsistentCasingInFileNames": false,
4+
"forceConsistentCasingInFileNames": true
75
},
86
"include": [
97
"test",
108
"test-tap",
119
"test-types"
1210
]
1311
}
12+

0 commit comments

Comments
 (0)