mirror of
https://github.com/Snigdha-OS/snigdhaos-web-dev.git
synced 2025-09-14 16:45:03 +02:00
IDK A
This commit is contained in:
@@ -22,7 +22,7 @@ function App() {
|
|||||||
<Route path="/features" element={<Features />} />
|
<Route path="/features" element={<Features />} />
|
||||||
<Route path="/download" element={<Download />} />
|
<Route path="/download" element={<Download />} />
|
||||||
<Route path="/developers" element={<Developers />} />
|
<Route path="/developers" element={<Developers />} />
|
||||||
<Route path="/privacy-policy" element={<PrivacyPolicy />} /> {/* Privacy Policy Route */}
|
<Route path="/privacy-policy" element={<PrivacyPolicy />} />
|
||||||
</Routes>
|
</Routes>
|
||||||
</main>
|
</main>
|
||||||
<CookieNotice />
|
<CookieNotice />
|
||||||
|
@@ -18,7 +18,11 @@
|
|||||||
"strict": true,
|
"strict": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
"noFallthroughCasesInSwitch": true
|
"noFallthroughCasesInSwitch": true,
|
||||||
|
|
||||||
|
/* Other options */
|
||||||
|
"esModuleInterop": true, // Optional but recommended
|
||||||
|
"types": ["react", "react-dom"] // Ensure React types are included
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user