Added Sidebar

This commit is contained in:
2026-01-21 05:03:45 +00:00
parent 2060b436cc
commit cf5cd786e9
20 changed files with 1230 additions and 30 deletions

View File

@@ -1,7 +1,8 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"target": "ESNext",
"module": "commonjs",
"module": "ES2020",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,