Skip to content

Commit 17772c9

Browse files
committed
fix: fix build error with ignorecase
1 parent 89c53cb commit 17772c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"strict": true,
2323
"noUnusedLocals": true,
2424
"noUnusedParameters": true,
25-
"noFallthroughCasesInSwitch": true
26-
// "forceConsistentCasingInFileNames": false
25+
"noFallthroughCasesInSwitch": true,
26+
"forceConsistentCasingInFileNames": false
2727
},
2828
"include": ["src"]
2929
}

0 commit comments

Comments
 (0)