feat(web): build project loop workspace

This commit is contained in:
-Puter
2026-07-24 02:03:54 +05:30
parent 7974bd5f3e
commit 5d6ba558ab
10 changed files with 1353 additions and 245 deletions

View File

@@ -1,5 +1,10 @@
{
"include": ["**/*", "**/.server/**/*", "**/.client/**/*", ".react-router/types/**/*"],
"include": [
"**/*",
"**/.server/**/*",
"**/.client/**/*",
".react-router/types/**/*"
],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2024"],
"types": ["node", "vite/client"],
@@ -10,6 +15,8 @@
"rootDirs": [".", "./.react-router/types"],
"paths": {
"@/*": ["./src/*"],
"@code/primitives": ["../../packages/primitives/src/index.ts"],
"@code/primitives/*": ["../../packages/primitives/src/*"],
"@code/ui/*": ["../../packages/ui/src/*"]
},
"esModuleInterop": true,