Skip to content

Commit 50e02d5

Browse files
authored
Remove compiler option override needed for TypeScript 4.x
1 parent 57a3bbe commit 50e02d5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tsconfig.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"extends": "@sindresorhus/tsconfig",
3-
"compilerOptions": {
4-
// See <https://github.com/microsoft/TypeScript/issues/50544>. This does not
5-
// seem solved with 4.8.3.
6-
"forceConsistentCasingInFileNames": false,
7-
},
83
"include": [
94
"test",
105
"test-tap",

0 commit comments

Comments
 (0)