We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a860d commit da7edffCopy full SHA for da7edff
3 files changed
src/App.tsx
@@ -1,4 +1,4 @@
1
-import Test from "./components/test";
+import Test from "./components/Test";
2
3
function App() {
4
return <Test />;
tsconfig.app.json
@@ -20,7 +20,8 @@
20
"noUnusedLocals": true,
21
"noUnusedParameters": true,
22
"noFallthroughCasesInSwitch": true,
23
- "noUncheckedSideEffectImports": true
+ "noUncheckedSideEffectImports": true,
24
+ "forceConsistentCasingInFileNames": false
25
},
26
"include": ["src"]
27
}
tsconfig.node.json
@@ -18,7 +18,8 @@
18
19
"include": ["vite.config.ts"]
0 commit comments