We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b6b27 commit 2377a46Copy full SHA for 2377a46
frontend/tsconfig.json
@@ -3,5 +3,7 @@
3
"references": [
4
{ "path": "./tsconfig.app.json" },
5
{ "path": "./tsconfig.node.json" }
6
- ]
7
-}
+ ],
+ "compilerOptions": {
8
+ "forceConsistentCasingInFileNames": true
9
+},}
0 commit comments