Redesign document workspace layout and tighten frontend type config

This commit is contained in:
2026-02-21 10:00:35 -03:00
parent 5dfc2cbd85
commit 04cf830e21
16 changed files with 1373 additions and 109 deletions

View File

@@ -13,7 +13,7 @@
"jsx": "react-jsx",
"strict": true,
"noFallthroughCasesInSwitch": true,
"types": ["vite/client"]
"types": ["vite/client", "react", "react-dom"]
},
"include": ["src"]
}