feat(web): build project loop workspace
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user